Fix: rseq: arm branch to failure
[deliverable/linux.git] / mm / kmemcheck.c
index 6f4f424037c0dafd4b034fb33d90d9f038733810..5bf191756a4a07b04ffe1dd792f475e1e0af0492 100644 (file)
@@ -20,8 +20,7 @@ void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)
        shadow = alloc_pages_node(node, flags | __GFP_NOTRACK, order);
        if (!shadow) {
                if (printk_ratelimit())
-                       printk(KERN_ERR "kmemcheck: failed to allocate "
-                               "shadow bitmap\n");
+                       pr_err("kmemcheck: failed to allocate shadow bitmap\n");
                return;
        }
 
This page took 0.024271 seconds and 5 git commands to generate.