diff options
author | Dan Carpenter <error27@gmail.com> | 2010-05-03 05:08:15 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-05-03 05:08:15 +0200 |
commit | c614e109c184edd7900d9ff4d6de9ef94bc4d85b (patch) | |
tree | c530116b73f23feddb795142f36042e2f33ee781 /include | |
parent | crypto: geode-aes - Fix some code style issues (diff) | |
download | linux-c614e109c184edd7900d9ff4d6de9ef94bc4d85b.tar.xz linux-c614e109c184edd7900d9ff4d6de9ef94bc4d85b.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 'include')
0 files changed, 0 insertions, 0 deletions