diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2016-04-06 11:44:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-30 09:26:55 -0700 |
commit | 423314337acde8ddda6324f0917b306642b3ef6c (patch) | |
tree | b7a9fd6ee9f5664a776eb8b746cb11b562fd2cdd /drivers/tty/hvc | |
parent | 76bbdcb35ebb0e9c5315c4b249cd883cca9e065d (diff) | |
download | linux-rt-423314337acde8ddda6324f0917b306642b3ef6c.tar.gz |
tty: synclink: remove unneeded test
We reach this point of code after a test of 'info->port.tty->hw_stopped',
we do not need to test for 'info->port.tty' as it is obvious that
info->port.tty is not NULL now, we have already dereferenced it.
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc')
0 files changed, 0 insertions, 0 deletions