commit | 62462aefeb5aff092fc97037d9c12a4afe95a3ff | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Nov 05 12:12:58 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 18:42:46 2014 -0800 |
tree | 23ca93e2b8758158fff67a76e5851e22032811a9 | |
parent | 949aa64ff90d9a9b3aae13bb5a8247614adf4600 [diff] |
tty: Simplify tty_ldisc_release() interface Passing the 'other' tty to tty_ldisc_release() only makes sense for a pty pair; make o_tty function local instead. Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>