tty: fix bluetooth scribbling on low latency flags
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2009 12:56:16 +0000 (13:56 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:05 +0000 (08:51 -0700)
commit7f8d09eae26a8108406583192996561665b36371
tree59f7c5206e7e0782c96d0e481073715eec602e05
parent557aaa7ffab639d0190b935a041b16ae44606342
tty: fix bluetooth scribbling on low latency flags

Bluetooth shouldn't be doing this as most drivers don't support the flag,
furthermore it shouldn't be needed with newer buffering. This becomes rather
more visible as the locking fixes make the abuse of low_latency visible as
spew on the users console/dmesg.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/bluetooth/hci_ldisc.c