crypto: pcrypt - Handle crypto_get_attr_type errors
authorDan Carpenter <error27@gmail.com>
Wed, 24 Mar 2010 13:35:23 +0000 (21:35 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 24 Mar 2010 13:35:23 +0000 (21:35 +0800)
commit80a6d7db9fa06c29c89ccce0374870ac64a81d3f
tree97f523a9d5e18028c37e06bbd32d538c9328a150
parent304a204ec9d4b9b31f3491e736bfbba44feaa1b0
crypto: pcrypt - Handle crypto_get_attr_type errors

I was concerned about the error handling for crypto_get_attr_type() in
pcrypt_alloc_aead().  Steffen Klassert pointed out that we could simply
avoid calling crypto_get_attr_type() if we passed the type and mask as a
parameters.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/pcrypt.c