Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[cascardo/linux.git] / kernel / kexec.c
index b2ed6a3..c852776 100644 (file)
@@ -600,7 +600,7 @@ kimage_file_alloc_init(struct kimage **rimage, int kernel_fd,
        if (!kexec_on_panic) {
                image->swap_page = kimage_alloc_control_pages(image, 0);
                if (!image->swap_page) {
-                       pr_err(KERN_ERR "Could not allocate swap buffer\n");
+                       pr_err("Could not allocate swap buffer\n");
                        goto out_free_control_pages;
                }
        }