lkml.org 
[lkml]   [2005]   [Apr]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 22 Apr 2005 17:13:28 +0200
FromStefan Seyfried <>
SubjectRe: Linux 2.6.12-rc3: various swsusp problems
Pavel Machek wrote:
>> 1. Is it necessary to print the following message during regular boot?
>>    swsusp: Suspend partition has wrong signature?

> Hmm, feel free to provide a patch. (I need something to try git on :-).

Attached (sorry, Thunderbird...). One may argue over KERN_ERR, but i
don't mind.
-- 
Stefan Seyfried, QA / R&D Team Mobile Devices, SUSE LINUX Nürnberg.

"Any ideas, John?"
"Well, surrounding them's out."
--- linux/kernel/power/swsusp.c~	2005-04-22 17:07:56.000000000 +0200
+++ linux/kernel/power/swsusp.c	2005-04-22 17:09:22.000000000 +0200
@@ -1239,7 +1239,7 @@ static int check_sig(void)
 		 */
 		error = bio_write_page(0, &swsusp_header);
 	} else { 
-		printk(KERN_ERR "swsusp: Suspend partition has wrong signature?\n");
+		printk(KERN_ERR "swsusp: Suspend partition is no suspend image.\n");
 		return -EINVAL;
 	}
 	if (!error)
\
 
 \ /
  Last update: 2005-04-22 16:10    [from the cache]
©2003-2008