remarkable-linux/arch/x86/crypto/sha-mb
Dan Carpenter 5d1b3c98ec crypto: sha-mb - remove a bogus NULL check
This can't be NULL and we dereferenced it earlier.  Smatch used to
ignore these things where the pointer was obviously non-NULL but I've
found that sometimes the intention was to check something else so we
were maybe missing bugs.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-11-25 22:50:43 +08:00
..
Makefile crypto: sha-mb - SHA1 multibuffer job manager and glue code 2014-08-25 20:32:30 +08:00
sha1_mb.c crypto: sha-mb - remove a bogus NULL check 2014-11-25 22:50:43 +08:00
sha1_mb_mgr_datastruct.S
sha1_mb_mgr_flush_avx2.S
sha1_mb_mgr_init_avx2.c
sha1_mb_mgr_submit_avx2.S
sha1_x8_avx2.S crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) 2014-08-25 20:32:29 +08:00
sha_mb_ctx.h
sha_mb_mgr.h