crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Phil Sutter 2011-05-05 15:28:57 +02:00 committed by Herbert Xu
parent de2954d664
commit 042e9e7356

View file

@ -603,9 +603,7 @@ static int queue_manag(void *data)
if (async_req->tfm->__crt_alg->cra_type != if (async_req->tfm->__crt_alg->cra_type !=
&crypto_ahash_type) { &crypto_ahash_type) {
struct ablkcipher_request *req = struct ablkcipher_request *req =
container_of(async_req, ablkcipher_request_cast(async_req);
struct ablkcipher_request,
base);
mv_start_new_crypt_req(req); mv_start_new_crypt_req(req);
} else { } else {
struct ahash_request *req = struct ahash_request *req =