From: Filip Aben Date: Tue, 22 Jun 2010 17:10:35 +0000 (-0700) Subject: hso: remove setting of low_latency flag X-Git-Tag: v2.6.35-rc4~54^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5dc0ae4df9db00b8122378d56a071039b17a1eb;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed