]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/crypto/zcrypt_cex2a.c
V4L/DVB (9042): Add support for Asus My Cinema U3000 Hybrid
[linux-2.6-omap-h63xx.git] / drivers / s390 / crypto / zcrypt_cex2a.c
index 78ffba1dd613bbe18bffe2d41e839fc733b3c15d..54f4cbc3be9e44eae1d56902df6d68c5adc6c531 100644 (file)
@@ -243,9 +243,6 @@ static int convert_response(struct zcrypt_device *zdev,
                return convert_type80(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. */
        }