diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-09 03:15:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-11 02:45:06 -0400 |
commit | c33be3c362f1bc98f6e2d731a274ef138ae80741 (patch) | |
tree | 92605fb31efaa2538af7b421bef02bbe8af4258b /drivers/bluetooth | |
parent | 22ad42033b7d2b3d7928fba9f89d1c7f8a3c9581 (diff) |
[Bluetooth] Fix unintentional fall-through in HCI line discipline
A trivial fix to (what looks like) an unintentional fall-through in the
HCI line discipline.
Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index e8ae0d7e7716..6055b9c0ac0f 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -475,6 +475,7 @@ static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file, | |||
475 | tty->low_latency = 1; | 475 | tty->low_latency = 1; |
476 | } else | 476 | } else |
477 | return -EBUSY; | 477 | return -EBUSY; |
478 | break; | ||
478 | 479 | ||
479 | case HCIUARTGETPROTO: | 480 | case HCIUARTGETPROTO: |
480 | if (test_bit(HCI_UART_PROTO_SET, &hu->flags)) | 481 | if (test_bit(HCI_UART_PROTO_SET, &hu->flags)) |