]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: synclink, remove superfluous check
authorJiri Slaby <jslaby@suse.cz>
Thu, 7 Mar 2013 12:12:26 +0000 (13:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:17:20 +0000 (16:17 -0700)
commit049b539b39977fc9343056435eba568fc7779970
treef8b2a64d4e491c3ed034041a84c888addc6e9c01
parentb1622e0ac1b18632cff1e9af807fcdcb2397071b
TTY: synclink, remove superfluous check

info is obtained by container_of. It can never be NULL. So do not test
that.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink.c