aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r--drivers/usb/serial/iuu_phoenix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c
index 6138c1cda35..8dc6058be57 100644
--- a/drivers/usb/serial/iuu_phoenix.c
+++ b/drivers/usb/serial/iuu_phoenix.c
@@ -1009,11 +1009,7 @@ static void iuu_close(struct usb_serial_port *port)
1009 usb_kill_urb(port->write_urb); 1009 usb_kill_urb(port->write_urb);
1010 usb_kill_urb(port->read_urb); 1010 usb_kill_urb(port->read_urb);
1011 usb_kill_urb(port->interrupt_in_urb); 1011 usb_kill_urb(port->interrupt_in_urb);
1012 msleep(1000);
1013 /* wait one second to free all buffers */
1014 iuu_led(port, 0, 0, 0xF000, 0xFF); 1012 iuu_led(port, 0, 0, 0xF000, 0xFF);
1015 msleep(1000);
1016 usb_reset_device(port->serial->dev);
1017 } 1013 }
1018} 1014}
1019 1015