···553 usb_free_urb(urb);554 }555556- ret = usb_wait_anchor_empty_timeout(&ar->tx_cmd, HZ);557 if (ret == 0)558 err = -ETIMEDOUT;559560 /* lets wait a while until the tx - queues are dried out */561- ret = usb_wait_anchor_empty_timeout(&ar->tx_anch, HZ);562 if (ret == 0)563 err = -ETIMEDOUT;564
···553 usb_free_urb(urb);554 }555556+ ret = usb_wait_anchor_empty_timeout(&ar->tx_cmd, 1000);557 if (ret == 0)558 err = -ETIMEDOUT;559560 /* lets wait a while until the tx - queues are dried out */561+ ret = usb_wait_anchor_empty_timeout(&ar->tx_anch, 1000);562 if (ret == 0)563 err = -ETIMEDOUT;564