From: Prasad Joshi Date: Fri, 5 Oct 2012 00:15:45 +0000 (-0700) Subject: proc_sysctl.c: use BUG_ON instead of BUG X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4a1f247003ad146c1a1067b2ba043922d0dff2;p=pandora-kernel.git proc_sysctl.c: use BUG_ON instead of BUG The use of if (!head) BUG(); can be replaced with the single line BUG_ON(!head). Signed-off-by: Prasad Joshi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed