On Thu, May 14, 2015 at 02:59:01PM +0200, LABBE Corentin wrote:
>
> +     err = crypto_ablkcipher_setkey(op->fallback, kkey, op->keylen);
> +     if (err != 0) {
> +             dev_err(ss->dev, "Cannot set key on fallback\n");
> +             return -EINVAL;
> +     }

You cannot call setkey from an atomic context.  The easiest solution
is to call setkey in your setkey function instead.

Cheers,
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to