Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/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;
 
This page took 0.041581 seconds and 5 git commands to generate.