aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Senna Tschudin <[email protected]>2012-09-07 17:24:42 +0200
committerGustavo Padovan <[email protected]>2012-09-18 22:26:33 -0300
commitd650ccae2d6f82a7f5dc33aea6c55b4e25692190 (patch)
tree0d6c04c160dea7dd86b4a3e9de2ed7cab447a306
parenta20890d079aa3130ca3f4e10da207cab9df4a2bb (diff)
Bluetooth: hci_ll.c: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <[email protected]> Acked-by: Marcel Holtmann <[email protected]> Signed-off-by: Gustavo Padovan <[email protected]>
-rw-r--r--drivers/bluetooth/hci_ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c
index ff6d589c34a5..cfc767938589 100644
--- a/drivers/bluetooth/hci_ll.c
+++ b/drivers/bluetooth/hci_ll.c
@@ -481,7 +481,7 @@ static int ll_recv(struct hci_uart *hu, void *data, int count)
hu->hdev->stat.err_rx++;
ptr++; count--;
continue;
- };
+ }
ptr++; count--;