diff options
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 74551cb2e8ee..55766a65f0ad 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c | |||
@@ -801,7 +801,6 @@ static void read_rxcmd_callback(struct urb *urb) | |||
801 | iuu_uart_read_callback, port); | 801 | iuu_uart_read_callback, port); |
802 | result = usb_submit_urb(port->read_urb, GFP_ATOMIC); | 802 | result = usb_submit_urb(port->read_urb, GFP_ATOMIC); |
803 | dbg("%s - submit result = %d", __func__, result); | 803 | dbg("%s - submit result = %d", __func__, result); |
804 | return; | ||
805 | } | 804 | } |
806 | 805 | ||
807 | static int iuu_uart_on(struct usb_serial_port *port) | 806 | static int iuu_uart_on(struct usb_serial_port *port) |