From: Markos Chandras Date: Thu, 26 Sep 2013 09:35:31 +0000 (+0100) Subject: MIPS: Remove bogus BUG_ON() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~57^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1724c89973e28a12a605f66e5151bdb8c354b76;p=pandora-kernel.git MIPS: Remove bogus BUG_ON() Checking for n<0 && n>9 makes no sense because it can never be true. Moreover, we can have up to 64 vectored interrupts so BUG_ON(n>9) was wrong anyway. Signed-off-by: Markos Chandras Acked-by: Steven J. Hill Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5909/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed