usb-serial: remove NULL check
[safe/jmp/linux-2.6] / drivers / usb / serial / usb-serial.c
index 080ade2..cfcfd5a 100644 (file)
@@ -511,9 +511,6 @@ static void usb_serial_port_work(struct work_struct *work)
 
        dbg("%s - port %d", __func__, port->number);
 
-       if (!port)
-               return;
-
        tty = tty_port_tty_get(&port->port);
        if (!tty)
                return;