Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287043
b: refs/heads/master
c: cf84055
h: refs/heads/master
i:
  287041: f3e93c1
  287039: 67f8adc
v: v3
  • Loading branch information
Andiry Xu authored and Sarah Sharp committed Jan 25, 2012
1 parent 1a8ef0b commit cea9348
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: 7c24814f7eb9a194b11507b43ca0b947415754c2
refs/heads/master: cf840551a884360841bd3d3ce1ad0868ff0b759a
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 @@ -3324,7 +3324,8 @@ static int xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags,
/* Check TD length */
if (running_total != td_len) {
xhci_err(xhci, "ISOC TD length unmatch\n");
return -EINVAL;
ret = -EINVAL;
goto cleanup;
}
}

Expand Down

0 comments on commit cea9348

Please sign in to comment.