diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-01-10 20:36:12 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-12 09:08:49 -0700 |
commit | 583aacb1f69b733e6808625fbc44da8f499c9bfb (patch) | |
tree | 26ade8423b70f879d28d90dfaedefd8063cbd3d1 /drivers/net/irda/irtty-sir.c | |
parent | 62fe263236e09a5b4ec64bc71a42d37caf943eca (diff) |
tty: Fix GPF in flush_to_ldisc(), part 2
commit f33798deecbd59a2955f40ac0ae2bc7dff54c069 upstream.
commit 9ce119f318ba ("tty: Fix GPF in flush_to_ldisc()") fixed a
GPF caused by a line discipline which does not define a receive_buf()
method.
However, the vt driver (and speakup driver also) pushes selection
data directly to the line discipline receive_buf() method via
tty_ldisc_receive_buf(). Fix the same problem in tty_ldisc_receive_buf().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/irda/irtty-sir.c')
0 files changed, 0 insertions, 0 deletions