commit | a99cc5d9954651ac7402dcd40b133848303ba596 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jan 09 21:13:47 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 14:28:20 2016 -0800 |
tree | 11d2d71154ee6f4bd40e56cff8cb0cf29fffc777 | |
parent | c8b710b3e4348119924051551b836c94835331b1 [diff] |
tty: Remove !tty check from free_tty_struct() free_tty_struct() is never called with NULL tty; the two call sites would already have faulted on earlier access. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>