mbox series

[0/3] crypto: qat - resolve warnings reported by clang

Message ID 20220304180356.22469-1-giovanni.cabiddu@intel.com
Headers show
Series crypto: qat - resolve warnings reported by clang | expand

Message

Giovanni Cabiddu March 4, 2022, 6:03 p.m. UTC
Resolve minor issues reported by clang, when compiling the driver with
W=2, and by scan-build.

Giovanni Cabiddu (3):
  crypto: qat - remove unneeded assignment
  crypto: qat - fix initialization of pfvf cap_msg structures
  crypto: qat - fix initialization of pfvf rts_map_msg structures

 drivers/crypto/qat/qat_common/adf_gen4_pfvf.c   | 2 +-
 drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)