1
0
Fork 0
alistair23-linux/drivers/crypto/rockchip
Sudip Mukherjee 16d56963e8 crypto: rockchip - use devm_add_action_or_reset()
If devm_add_action() fails we are explicitly calling the cleanup to free
the resources allocated.  Lets use the helper devm_add_action_or_reset()
and return directly in case of error, as we know that the cleanup function
has been already called by the helper if there was any error.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-08-24 21:07:11 +08:00
..
Makefile crypto: rockchip - add hash support for crypto engine in rk3288 2016-02-28 03:26:29 +08:00
rk3288_crypto.c crypto: rockchip - use devm_add_action_or_reset() 2016-08-24 21:07:11 +08:00
rk3288_crypto.h crypto: rockchip - add hash support for crypto engine in rk3288 2016-02-28 03:26:29 +08:00
rk3288_crypto_ablkcipher.c crypto: rockchip - add hash support for crypto engine in rk3288 2016-02-28 03:26:29 +08:00
rk3288_crypto_ahash.c crypto: rockchip - add hash support for crypto engine in rk3288 2016-02-28 03:26:29 +08:00