]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] synclink_gt: remove uneeded async code
authorPaul Fulghum <paulkf@microgate.com>
Tue, 28 Mar 2006 09:56:16 +0000 (01:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 28 Mar 2006 17:16:02 +0000 (09:16 -0800)
commit627494d7a1cca77027d8c69c8dc0d62a93f32225
treea8dcd2380ca0fce83a0e3e093a25f0b0ca87b256
parentbeeebddd0d09d26b7faa5be210ad984e15ac0939
[PATCH] synclink_gt: remove uneeded async code

Remove code in async receive handling that serves no purpose with new tty
receive buffering.  Previously this code tried to free up receive buffer
space, but now does nothing useful while making expensive calls.

Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/synclink_gt.c