]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/s390/crypto/aes_s390.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mv-sheeva.git] / arch / s390 / crypto / aes_s390.c
index 9ed05bcd19b0e50ca3ed6d2741d73217526f91d6..58f46734465ffad0f7dcb8412799b747c923ffd2 100644 (file)
@@ -174,7 +174,7 @@ static int fallback_init_cip(struct crypto_tfm *tfm)
        if (IS_ERR(sctx->fallback.cip)) {
                pr_err("Allocating AES fallback algorithm %s failed\n",
                       name);
-               return PTR_ERR(sctx->fallback.blk);
+               return PTR_ERR(sctx->fallback.cip);
        }
 
        return 0;