]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/testmgr.c
ARM: imx_v6_v7_defconfig: enable more USB functions
[karo-tx-linux.git] / crypto / testmgr.c
index 29a0cbdd0d19b1ddca6ee34c402ac7263d1647d4..037368d34586706e69275e1319f4514ad32d05a4 100644 (file)
@@ -3708,8 +3708,7 @@ test_done:
                panic("%s: %s alg self test failed in fips mode!\n", driver, alg);
 
        if (fips_enabled && !rc)
-               pr_info(KERN_INFO "alg: self-tests for %s (%s) passed\n",
-                       driver, alg);
+               pr_info("alg: self-tests for %s (%s) passed\n", driver, alg);
 
        return rc;