]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/crypto/zcrypt_pcica.c
Pull pvops into release branch
[linux-2.6-omap-h63xx.git] / drivers / s390 / crypto / zcrypt_pcica.c
index 6e93b4751782c4806501df1c2ce00f9120abf5dd..12da4815ba8eea3ffa8fbdbf773661dbb5650697 100644 (file)
@@ -226,9 +226,6 @@ static int convert_response(struct zcrypt_device *zdev,
                return convert_type84(zdev, reply,
                                      outputdata, outputdatalength);
        default: /* Unknown response type, this should NEVER EVER happen */
-               PRINTK("Unrecognized Message Header: %08x%08x\n",
-                      *(unsigned int *) reply->message,
-                      *(unsigned int *) (reply->message+4));
                zdev->online = 0;
                return -EAGAIN; /* repeat the request on a different device. */
        }