amdkfd: actually allocate longs for the pasid bitmask
[cascardo/linux.git] / crypto / testmgr.c
index 29a0cbd..037368d 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;