]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG
authorNigel Cunningham <ncunningham@linuxmail.org>
Thu, 7 Dec 2006 04:34:25 +0000 (20:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:27 +0000 (08:39 -0800)
commit32d50f57dab94d8c46566a903bbb633ee72fdcc2
treeab56f3e10bd6eebd3f6ea0e27f68a00e53a6d32a
parent7dfb71030f7636a0d65200158113c37764552f93
[PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG

The freezer currently prints an '=' for every process that is frozen.  This
is pretty pointless, as the equals sign says nothing about which process is
frozen, and makes logs look messier (especially if there were a large
number of processes running).  All we really need to know is that we
started trying to freeze processes and what processes (if any) failed to
freeze, or that we succeeded.

Signed-off-by: Nigel Cunningham <nigel@suspend2.net>
Acked-by: Pavel Machek <pavel@ucw.cz>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/process.c