b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 20 Jan 2013 16:31:30 +0000 (19:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Jan 2013 21:01:29 +0000 (16:01 -0500)
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 <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found