staging: r8192ee: fix coccinelle warnings
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 19 Jun 2014 22:26:29 +0000 (15:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:26:36 +0000 (15:26 -0700)
drivers/staging/rtl8192ee/btcoexist/halbtc8821a2ant.c:2491:3-4: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: /kbuild/src/linux/scripts/coccinelle/misc/semicolon.cocci

CC: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/btcoexist/halbtc8821a2ant.c

index 7fb590739014134075abac7d37caa94bdd3b475a..244d5599e0dc4f436579be07281de299e9e0c64a 100644 (file)
@@ -2488,7 +2488,7 @@ static void halbtc8821a2ant_action_pan_edr_a2dp(struct btc_coexist *btcoexist)
                } else {
                        sw_mechanism1(btcoexist, true, false, false, false);
                        sw_mechanism2(btcoexist, false, false, false, 0x18);
-               };
+               }
        } else {
                /*  fw mechanism */
                if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) ||