commit | a6a0c4ca7edb378a8a7332501f097089cb1051c4 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Tue Nov 18 06:56:51 2008 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Nov 18 08:07:36 2008 -0800 |
tree | afc4bd95482576e7dfd0685d1cb2bed6cac65db9 | |
parent | 72b51a6b4d803381f16d819df392dd1efd1c7181 [diff] |
suspend: use WARN not WARN_ON to print the message By using WARN(), kerneloops.org can collect which component is causing the delay and make statistics about that. suspend_test_finish() is currently the number 2 item but unless we can collect who's causing it we're not going to be able to fix the hot topic ones.. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>