提交 8976f1df 编写于 作者: J Johan Hovold 提交者: Greg Kroah-Hartman

USB: iuu_phoenix: remove bogus disconnect test in close

Remove bogus disconnect test for serial device being NULL in close. This
can never happen as close is guaranteed to be called before the last tty
reference is dropped (and port->serial is cleared).
Signed-off-by: NJohan Hovold <jhovold@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5dbabace
...@@ -942,11 +942,6 @@ static void iuu_set_termios(struct tty_struct *tty, ...@@ -942,11 +942,6 @@ static void iuu_set_termios(struct tty_struct *tty,
static void iuu_close(struct usb_serial_port *port) static void iuu_close(struct usb_serial_port *port)
{ {
/* iuu_led (port,255,0,0,0); */ /* iuu_led (port,255,0,0,0); */
struct usb_serial *serial;
serial = port->serial;
if (!serial)
return;
iuu_uart_off(port); iuu_uart_off(port);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册