summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-01-30 23:05:15 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2022-02-05 15:27:10 +1100
commit95e26b0391d085bbdbe1a82ffaaf2f92a3f71433 (patch)
tree7fa4fc616da7d240ced463b262409696e4c39951 /crypto/testmgr.c
parentc717993dd76a1049093af5c262e751d901b8da10 (diff)
downloadlinux-95e26b0391d085bbdbe1a82ffaaf2f92a3f71433.tar.gz
linux-95e26b0391d085bbdbe1a82ffaaf2f92a3f71433.tar.bz2
linux-95e26b0391d085bbdbe1a82ffaaf2f92a3f71433.zip
crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sg
Pointers in_sg and out_sg are being initialized with values that are never read, they are being re-assigned the same values later on. The initializations are redundant, remove them in preference to the later assignments that are closer to when the pointers are being used. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
0 files changed, 0 insertions, 0 deletions