Re: [PATCH] crypto: hifn_795x, picoxcell - use ablkcipher_request_cast

2015-12-29 Thread Herbert Xu
On Mon, Dec 28, 2015 at 09:53:07PM +0800, Geliang Tang wrote: > Use ablkcipher_request_cast() instead of open-coding it. > > Signed-off-by: Geliang Tang Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

[PATCH] crypto: hifn_795x, picoxcell - use ablkcipher_request_cast

2015-12-28 Thread Geliang Tang
Use ablkcipher_request_cast() instead of open-coding it. Signed-off-by: Geliang Tang --- drivers/crypto/hifn_795x.c| 4 ++-- drivers/crypto/picoxcell_crypto.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/hifn_795x.c