mbox series

[0/4] Misc fixes and optimisation patch

Message ID 1571643663-29593-1-git-send-email-tanshukun1@huawei.com (mailing list archive)
Headers show
Series Misc fixes and optimisation patch | expand

Message

Shukun Tan Oct. 21, 2019, 7:40 a.m. UTC
This series mainly fix sparse warnings, optimise the code to be more concise.

Shukun Tan (3):
  crypto: hisilicon - Fix using plain integer as NULL pointer
  crypto: hisilicon - fix param should be static when not external.
  crypto: hisilicon - fix endianness verification problem of QM

Zhou Wang (1):
  crypto: hisilicon - tiny fix about QM/ZIP error callback print

 drivers/crypto/hisilicon/qm.c             | 96 +++++++++++++++----------------
 drivers/crypto/hisilicon/qm.h             |  2 +-
 drivers/crypto/hisilicon/zip/zip_crypto.c |  2 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |  9 ++-
 4 files changed, 52 insertions(+), 57 deletions(-)

Comments

Herbert Xu Oct. 25, 2019, 3:26 p.m. UTC | #1
On Mon, Oct 21, 2019 at 03:40:59PM +0800, Shukun Tan wrote:
> This series mainly fix sparse warnings, optimise the code to be more concise.
> 
> Shukun Tan (3):
>   crypto: hisilicon - Fix using plain integer as NULL pointer
>   crypto: hisilicon - fix param should be static when not external.
>   crypto: hisilicon - fix endianness verification problem of QM
> 
> Zhou Wang (1):
>   crypto: hisilicon - tiny fix about QM/ZIP error callback print
> 
>  drivers/crypto/hisilicon/qm.c             | 96 +++++++++++++++----------------
>  drivers/crypto/hisilicon/qm.h             |  2 +-
>  drivers/crypto/hisilicon/zip/zip_crypto.c |  2 +-
>  drivers/crypto/hisilicon/zip/zip_main.c   |  9 ++-
>  4 files changed, 52 insertions(+), 57 deletions(-)

All applied.  Thanks.