]> err.no Git - linux-2.6/blobdiff - drivers/crypto/padlock-aes.c
ALSA: wm8750: add missing VREF output
[linux-2.6] / drivers / crypto / padlock-aes.c
index bb30eb9b93ef7539c3548d763235dc92a077831d..54a2a166e566740f1ebae141495e09013015aeea 100644 (file)
@@ -385,12 +385,12 @@ static int __init padlock_init(void)
        int ret;
 
        if (!cpu_has_xcrypt) {
-               printk(KERN_ERR PFX "VIA PadLock not detected.\n");
+               printk(KERN_NOTICE PFX "VIA PadLock not detected.\n");
                return -ENODEV;
        }
 
        if (!cpu_has_xcrypt_enabled) {
-               printk(KERN_ERR PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
+               printk(KERN_NOTICE PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
                return -ENODEV;
        }