]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
n_tty: Remove superfluous reader wakeup
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 17 Sep 2013 16:53:34 +0000 (12:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 00:55:11 +0000 (17:55 -0700)
commit1cb40d08726468602389c9a7ec345af5ade99775
treecd7f9337eab4b99a26bca91335f5a577898e50fe
parent4a10c2ac2f368583138b774ca41fac4207911983
n_tty: Remove superfluous reader wakeup

n_tty's .set_termios method unconditionally performs reader wakeup;
remove extra reader wakeup for canonical mode changes.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c