diff options
Diffstat (limited to 'drivers/usb/serial/cypress_m8.c')
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 05c44ae3ed3..9ee1aaff2fc 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -610,8 +610,7 @@ static void cypress_close(struct usb_serial_port *port, struct file * filp) | |||
610 | timeout = max((HZ*2560)/bps,HZ/10); | 610 | timeout = max((HZ*2560)/bps,HZ/10); |
611 | else | 611 | else |
612 | timeout = 2*HZ; | 612 | timeout = 2*HZ; |
613 | set_current_state(TASK_INTERRUPTIBLE); | 613 | schedule_timeout_interruptible(timeout); |
614 | schedule_timeout(timeout); | ||
615 | 614 | ||
616 | dbg("%s - stopping urbs", __FUNCTION__); | 615 | dbg("%s - stopping urbs", __FUNCTION__); |
617 | usb_kill_urb (port->interrupt_in_urb); | 616 | usb_kill_urb (port->interrupt_in_urb); |