]> git.baikalelectronics.ru Git - kernel.git/commit
hso: remove setting of low_latency flag
authorFilip Aben <f.aben@option.com>
Tue, 22 Jun 2010 17:10:35 +0000 (10:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2010 17:10:35 +0000 (10:10 -0700)
commit74f326b3c9c490486a24b60ad4d040da919ca401
tree0c35e123185cc6d74993160a3af0c20604375b26
parent9de8b7024b3f1ac292994c5913be7503147cc56f
hso: remove setting of low_latency flag

This patch removes the setting of the low_latency flag.
tty_flip_buffer_push() is occasionally being called in irq context, which
causes a hang if the low_latency flag is set.
Removing the low_latency flag only seems to impact the flush to ldisc,
which will now be put on a workqueue.

Signed-off-by: Filip Aben <f.aben@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c