Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264933
b: refs/heads/master
c: fd984d2
h: refs/heads/master
i:
  264931: 6761a53
v: v3
  • Loading branch information
Sarah Sharp authored and Greg Kroah-Hartman committed Sep 9, 2011
1 parent 3aa113c commit 7db7bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86cc558ea52b123d7657e609557d60dc121eedd6
refs/heads/master: fd984d242afbe13bd94c60b6754feda93be69bd7
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,8 @@ static int handle_tx_event(struct xhci_hcd *xhci,
if ((urb->actual_length != urb->transfer_buffer_length &&
(urb->transfer_flags &
URB_SHORT_NOT_OK)) ||
status != 0)
(status != 0 &&
!usb_endpoint_xfer_isoc(&urb->ep->desc)))
xhci_dbg(xhci, "Giveback URB %p, len = %d, "
"expected = %x, status = %d\n",
urb, urb->actual_length,
Expand Down

0 comments on commit 7db7bca

Please sign in to comment.