mbox series

[0/3] crypto: spacc - More Smatch fixes

Message ID df1ed763-0916-41e9-bdcf-a1a51c8ad88a@stanley.mountain (mailing list archive)
Headers show
Series crypto: spacc - More Smatch fixes | expand

Message

Dan Carpenter Aug. 15, 2024, 11:19 a.m. UTC
A few more Smatch one liner patches.

Dan Carpenter (3):
  crypto: spacc - Fix uninitialized variable in spacc_aead_process()
  crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()
  crypto: spacc - Check for allocation failure in
    spacc_skcipher_fallback()

 drivers/crypto/dwc-spacc/spacc_aead.c     | 8 +++-----
 drivers/crypto/dwc-spacc/spacc_skcipher.c | 2 ++
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Herbert Xu Aug. 24, 2024, 1:50 p.m. UTC | #1
On Thu, Aug 15, 2024 at 02:19:56PM +0300, Dan Carpenter wrote:
> A few more Smatch one liner patches.
> 
> Dan Carpenter (3):
>   crypto: spacc - Fix uninitialized variable in spacc_aead_process()
>   crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()
>   crypto: spacc - Check for allocation failure in
>     spacc_skcipher_fallback()
> 
>  drivers/crypto/dwc-spacc/spacc_aead.c     | 8 +++-----
>  drivers/crypto/dwc-spacc/spacc_skcipher.c | 2 ++
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> -- 
> 2.43.0

All applied.  Thanks.