]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: disable debugging warning
authorJiri Slaby <jslaby@suse.cz>
Wed, 27 Feb 2013 21:30:24 +0000 (22:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Mar 2013 20:10:54 +0000 (13:10 -0700)
commit34cc65c1b46e25d24eb4744be0b62541869a2bd0
tree47e14c992568863adb0697d110fa47e2094caa8c
parentec99e285dbd0dfc65495b459b57b35e1ce5dc55c
TTY: disable debugging warning

commit 34dcfb8479ab3c3669561eb9279284cb0eda2572 upstream.

We added a warning to flush_to_ldisc to report cases when it is called
with a NULL tty. It was for debugging purposes and it lead to a
patchset from Peter Hurley. The patchset however did not make it to
3.9, so disable the warning now to not disturb people.

We can re-add it when the series is in and we are hunting for another
bugs.

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c