]> err.no Git - linux-2.6/blobdiff - drivers/crypto/padlock-sha.c
ALSA: wm8750: add missing VREF output
[linux-2.6] / drivers / crypto / padlock-sha.c
index c666b4e0933e422442e57abd833db4641c4c6949..40d5680fa0139c926ab500545736a3ac9abd0035 100644 (file)
@@ -254,12 +254,12 @@ static int __init padlock_init(void)
        int rc = -ENODEV;
 
        if (!cpu_has_phe) {
-               printk(KERN_ERR PFX "VIA PadLock Hash Engine not detected.\n");
+               printk(KERN_NOTICE PFX "VIA PadLock Hash Engine not detected.\n");
                return -ENODEV;
        }
 
        if (!cpu_has_phe_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;
        }