Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8adb494 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] swsusp: nuke noisy message



I get about 88 squillion of these when suspending an old ad450nx server.

Cc: Pavel Roskin <proski@gnu.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d1db4ec8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -91,10 +91,8 @@ static int save_highmem_zone(struct zone *zone)
		 * corrected eventually when the cases giving rise to this
		 * are better understood.
		 */
		if (PageReserved(page)) {
			printk("highmem reserved page?!\n");
		if (PageReserved(page))
			continue;
		}
		BUG_ON(PageNosave(page));
		if (PageNosaveFree(page))
			continue;