commit | 6460fbbf476ad8d4f4196534c00019975b33e1db | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Thu Oct 16 15:33:22 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 16:34:36 2014 -0800 |
tree | e3bc22df1f753a369bb23ecd4a308e605ee92d30 | |
parent | a361858da327263e04dc521ca39091d3119ccff8 [diff] |
tty: WARN for attempted set_termios() of pty master The pty master's termios should never be set; currently, all code paths which call the driver's set_termios() method ensure that the pty slave's termios is being set. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>