mbox series

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

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

Message

Cabiddu, Giovanni 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(-)

Comments

Herbert Xu March 9, 2022, 3:23 a.m. UTC | #1
On Fri, Mar 04, 2022 at 06:03:53PM +0000, Giovanni Cabiddu wrote:
> 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(-)

All applied.  Thanks.