[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: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds c8adb494 d1db4ec8

+1 -3
+1 -3
kernel/power/snapshot.c
··· 91 91 * corrected eventually when the cases giving rise to this 92 92 * are better understood. 93 93 */ 94 - if (PageReserved(page)) { 95 - printk("highmem reserved page?!\n"); 94 + if (PageReserved(page)) 96 95 continue; 97 - } 98 96 BUG_ON(PageNosave(page)); 99 97 if (PageNosaveFree(page)) 100 98 continue;