tty: Fix direct use of tty buffer work
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 8 Nov 2015 12:53:06 +0000 (07:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Nov 2015 00:19:54 +0000 (16:19 -0800)
commit17a69219713b5063698038151fea9167b5b0c7b4
tree46f0702d52a444914a95ea2ba7e0ab5d37a938d4
parentee0c1a65cf95230d5eb3d9de94fd2ead9a428c67
tty: Fix direct use of tty buffer work

Recent abstraction of tty buffer work introduced api to manage
tty input kworker; use it.

Fixes: e176058f0de5 ("tty: Abstract tty buffer work")
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ldisc.c