From: Frederic Weisbecker Date: Fri, 11 Oct 2013 15:58:08 +0000 (+0200) Subject: posix-timers: Convert abuses of BUG_ON to WARN_ON X-Git-Tag: v3.14-rc1~169^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531f64fd6f46a3f2a3edb1b97ecc827c775932c5;p=pandora-kernel.git posix-timers: Convert abuses of BUG_ON to WARN_ON The posix cpu timers code makes a heavy use of BUG_ON() but none of these concern fatal issues that require to stop the machine. So let's just warn the user when some internal state slips out of our hands. Signed-off-by: Frederic Weisbecker Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Oleg Nesterov Cc: Kosaki Motohiro Cc: Andrew Morton --- Reading git-diff-tree failed