From: Marcel Holtmann Date: Wed, 9 May 2007 07:15:45 +0000 (+0200) Subject: [Bluetooth] Fix unintentional fall-through in HCI line discipline X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c33be3c362f1bc98f6e2d731a274ef138ae80741;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [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 Signed-off-by: Marcel Holtmann --- 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, tty->low_latency = 1; } else return -EBUSY; + break; case HCIUARTGETPROTO: if (test_bit(HCI_UART_PROTO_SET, &hu->flags))