Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28365
b: refs/heads/master
c: d5ce137
h: refs/heads/master
i:
  28363: 9ecaea0
v: v3
  • Loading branch information
Eric Sesterhenn authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 4cefcbc commit d7a1afd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b10cee9d035db54d0bf5a9f9fa622dcfc3f740c6
refs/heads/master: d5ce1379be9c79d4bcf201c20c5cc87bb2bc973c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static int isp116x_urb_enqueue(struct usb_hcd *hcd,
if (ep->branch < PERIODIC_SIZE)
break;

ret = ep->branch = balance(isp116x, ep->period, ep->load);
ep->branch = ret = balance(isp116x, ep->period, ep->load);
if (ret < 0)
goto fail;
ret = 0;
Expand Down

0 comments on commit d7a1afd

Please sign in to comment.