commit | 359b9fb5c4f0d49f7062356f55073a169f36e29d | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Nov 05 12:12:59 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 18:43:27 2014 -0800 |
tree | 3956797efb1bad7ccd13e9d6351c1eb9a323d59a | |
parent | 62462aefeb5aff092fc97037d9c12a4afe95a3ff [diff] |
tty: Simplify tty_release_checks() interface Passing the 'other' tty to tty_release_checks() only makes sense for a pty pair; make o_tty scope 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>