projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf758b
)
[Bluetooth] Fix unintentional fall-through in HCI line discipline
author
Ohad Ben-Cohen
<ohad@bencohen.org>
Fri, 2 Nov 2007 03:39:41 +0000
(
04:39
+0100)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 2 Nov 2007 03:39:41 +0000
(
04:39
+0100)
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>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/bluetooth/hci_ldisc.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_ldisc.c
b/drivers/bluetooth/hci_ldisc.c
index 613673b12fa6711cb8b749c8aea03cc0fc1c7b01..4c0e6d85673dd1afc324b3211ee9e9363090dfe7 100644
(file)
--- 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))