[PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings

From: kbuild test robot
Date: Sun Aug 12 2018 - 20:36:03 EST


From: kbuild test robot <fengguang.wu@xxxxxxxxx>

drivers/bluetooth/btmtk.c:86:2-3: Unneeded semicolon


Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: a52562c05bdf ("Bluetooth: mediatek: Add protocol support for MediaTek MT7668U USB devices")
CC: Sean Wang <sean.wang@xxxxxxxxxxxx>
Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
---

btmtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/bluetooth/btmtk.c
+++ b/drivers/bluetooth/btmtk.c
@@ -83,7 +83,7 @@ btmtk_hci_wmt_sync(struct hci_dev *hdev,
else
status = BTMTK_WMT_ON_UNDONE;
break;
- };
+ }

if (params->status)
*params->status = status;