swsusp fixes: fix confusing printk
From: Pavel Machek (pavel_at_ucw.cz)
Date: 12/11/04
- Previous message: Pavel Machek: "swsusp bugfixes: fix memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 11 Dec 2004 16:46:23 +0100 To: Andrew Morton <akpm@zip.com.au>, kernel list <linux-kernel@vger.kernel.org>
Hi!
This fixes confusing printk, please apply,
Pavel
--- clean/kernel/power/swsusp.c 28 Oct 2004 15:21:34 -0000 1.29
+++ linux/kernel/power/swsusp.c 10 Dec 2004 21:35:59 -0000
@@ -1128,7 +1108,7 @@
*/
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)
-- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Pavel Machek: "swsusp bugfixes: fix memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|