From: Ohad Ben-Cohen Date: Fri, 2 Nov 2007 03:39:41 +0000 (+0100) Subject: [Bluetooth] Fix unintentional fall-through in HCI line discipline X-Git-Tag: v2.6.16.57-rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e99f6e590f3b3790697bb324ba3d59f1a99f08a;p=thirdparty%2Fkernel%2Fstable.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 Signed-off-by: Adrian Bunk --- diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 613673b12fa67..4c0e6d85673dd 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -478,6 +478,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))