Skip to content
Snippets Groups Projects
Commit d5dc0ae4 authored by Filip Aben's avatar Filip Aben Committed by David S. Miller
Browse files

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: default avatarFilip Aben <f.aben@option.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 26cde9f7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment