]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/algapi.c
x86/ioapic: Pass the correct data to unmask_ioapic_irq()
[karo-tx-linux.git] / crypto / algapi.c
index 9eed4ef9c9712688a8ee3ee555c253a81a1ba5f7..e4cc7615a13954e581f020c7937eeec099102a26 100644 (file)
@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)
                        goto found;
        }
 
-       printk(KERN_ERR "alg: Unexpected test result for %s: %d\n", name, err);
+       pr_err("alg: Unexpected test result for %s: %d\n", name, err);
        goto unlock;
 
 found: