From: Nicholas Mc Guire Date: Fri, 6 Feb 2015 13:26:50 +0000 (-0500) Subject: brcm80211: drop unreachable else case X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~318^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01317c264166babe695174aa0d9e6cd93055df1a;p=pandora-kernel.git brcm80211: drop unreachable else case the if/elseif/else is exhaustive - there is no 4th case given the rssi_ctrl_mask = RADIO_2055_NBRSSI_SEL | RADIO_2055_WBRSSI_G1_SEL | RADIO_2055_WBRSSI_G2_SEL; so this unreachable else case (dead code) can be dropped. Signed-off-by: Nicholas Mc Guire Signed-off-by: Kalle Valo --- Reading git-diff-tree failed