commit | ae28fa721683f29105d6894c6c1482bf5a470d3b | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Thu Oct 16 14:59:46 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 16:26:13 2014 -0800 |
tree | 1e19790ac102a09ee94c7d88b1f4705e24f8afa3 | |
parent | 5b239542207d83687489a22e6dd93ffef1ad9eb9 [diff] |
tty: Remove !tty condition from __proc_set_tty() The tty parameter to __proc_set_tty() cannot be NULL; all call sites have already dereferenced tty. 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>