Commit 4e46d7bc authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds

[PATCH] swsusp fixes: fix confusing printk

This fixes confusing printk.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 93df8966
......@@ -1131,7 +1131,7 @@ static int __init check_sig(void)
*/
error = bio_write_page(0, &swsusp_header);
} else {
pr_debug(KERN_ERR "swsusp: Invalid partition type.\n");
pr_debug(KERN_ERR "swsusp: Suspend partition has wrong signature?\n");
return -EINVAL;
}
if (!error)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment