From: Ezequiel Garcia Date: Tue, 20 Aug 2013 15:45:52 +0000 (-0300) Subject: clocksource: armada-370-xp: Replace WARN_ON with BUG_ON X-Git-Tag: v3.12-rc1~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8e51120a5b167e22ee29f4f427a0cb66eb445b;p=pandora-kernel.git clocksource: armada-370-xp: Replace WARN_ON with BUG_ON If the clock fails to be obtained and the timer fails to be properly registered, the kernel will freeze real soon. Instead, let's BUG() where the actual problem is located. Signed-off-by: Ezequiel Garcia Signed-off-by: Daniel Lezcano Acked-by: Jason Cooper Acked-by: Gregory CLEMENT --- Reading git-diff-tree failed