From: Arjan van de Ven Date: Tue, 18 Nov 2008 14:56:51 +0000 (-0800) Subject: suspend: use WARN not WARN_ON to print the message X-Git-Tag: v2.6.28-rc6~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a0c4ca7edb378a8a7332501f097089cb1051c4;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed