summaryrefslogtreecommitdiff
path: root/crypto/seqiv.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-05-03 11:08:15 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-05-03 11:08:15 +0800
commita8f23ef06f619971e6a949ed7d4037820dbd4517 (patch)
tree346df60badb9b35a31b4169425e6545d223aac19 /crypto/seqiv.c
parent5a803506702651e44c87e1f7541db84ff826f610 (diff)
downloadlinux-crypto-a8f23ef06f619971e6a949ed7d4037820dbd4517.tar.gz
linux-crypto-a8f23ef06f619971e6a949ed7d4037820dbd4517.zip
crypto: algapi - Remove unneeded null check
We don't check "frontend" consistently in crypto_init_spawn2(). We check it at the start of the function but then we dereference it unconditionally in the parameter list when we call crypto_init_spawn(). I looked at the places that call crypto_init_spawn2() and "frontend" is always a valid pointer so I removed the check for null. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/seqiv.c')
0 files changed, 0 insertions, 0 deletions