From: Dan Carpenter Date: Sun, 20 Jan 2013 16:31:30 +0000 (+0300) Subject: b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent() X-Git-Tag: v3.9-rc1~139^2~242^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03e8ddbfd1f04fc1437e5e3e7a8ec05a1355c5f;p=pandora-kernel.git b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent() There were no break statements in this switch statement so everything used the default settings. Per Walter Harms's suggestion, I've replaced the switch statement and done a little cleanup. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed