USB: io_ti, stop dereferencing potential NULL
authorJiri Slaby <jslaby@suse.cz>
Thu, 4 Apr 2013 20:41:01 +0000 (22:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 22:38:30 +0000 (15:38 -0700)
commitae3759c2573031f1306496c6f9f32f20e86f03aa
treef698d8ddb581e35e768187ca9c1501f3f03cf471
parent64dc9e2e7320f079b97c46b106133b58b8e18d40
USB: io_ti, stop dereferencing potential NULL

tty_port_tty_get might return a tty which is NULL. But it is
dereferenced unconditionally in edge_send. Stop dereferencing that by
sending usb_serial_port pointer around.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/io_ti.c