|
@@ -600,7 +600,7 @@ kimage_file_alloc_init(struct kimage **rimage, int kernel_fd,
|
|
if (!kexec_on_panic) {
|
|
if (!kexec_on_panic) {
|
|
image->swap_page = kimage_alloc_control_pages(image, 0);
|
|
image->swap_page = kimage_alloc_control_pages(image, 0);
|
|
if (!image->swap_page) {
|
|
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;
|
|
goto out_free_control_pages;
|
|
}
|
|
}
|
|
}
|
|
}
|