Re: [patch] swsusp: fix error handling and cleanups

From: Nigel Cunningham
Date: Mon Aug 22 2005 - 18:35:51 EST


Hi.

On Mon, 2005-08-22 at 19:00, Pavel Machek wrote:
> @@ -1207,7 +1208,6 @@ static int check_sig(void)
> */
> error = bio_write_page(0, &swsusp_header);
> } else {
> - printk(KERN_ERR "swsusp: Suspend partition has wrong signature?\n");
> return -EINVAL;
> }

This is an especially good change - I've seen some bogus displays of
this message but haven't looked into why, sorry.

Regards,

Nigel

--
Evolution.
Enumerate the requirements.
Consider the interdependencies.
Calculate the probabilities.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/