diff options
author | xiao jin <jin.xiao@intel.com> | 2013-10-11 02:57:03 +0200 |
---|---|---|
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2013-10-16 21:24:23 +0200 |
commit | d194c031994d3fc1038fa09e9e92d9be24a21921 (patch) | |
tree | 9f5cd40b61aa8b7294f948f3ad3bfe08899afce7 /drivers/usb/host/ehci-timer.c | |
parent | usb: xhci: Staticize xhci_del_comp_mod_timer (diff) | |
download | linux-d194c031994d3fc1038fa09e9e92d9be24a21921.tar.xz linux-d194c031994d3fc1038fa09e9e92d9be24a21921.zip |
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
The usage of USB_CTRL_SET_TIMEOUT in xhci is incorrect.
The definition of USB_CTRL_SET_TIMEOUT is 5000ms. The
input timeout to wait_for_completion_interruptible_timeout
is jiffies. That makes the timeout be longer than what
we want, such as 50s in some platform.
The patch is to use XHCI_CMD_DEFAULT_TIMEOUT instead of
USB_CTRL_SET_TIMEOUT as command completion event timeout.
Signed-off-by: xiao jin <jin.xiao@intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/ehci-timer.c')
0 files changed, 0 insertions, 0 deletions