Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325984
b: refs/heads/master
c: f69dfa1
h: refs/heads/master
v: v3
  • Loading branch information
Shubhrajyoti D authored and Felipe Balbi committed Aug 9, 2012
1 parent fa10887 commit 7c3ec0a
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: 660fa8863d2623b733d7977a56e2990437abcbdb
refs/heads/master: f69dfa1f01e20387ada601f2bf772061d79e6a8f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ static int __devinit ep_config_from_table(struct musb *musb)
if (offset < 0) {
pr_debug("%s: mem overrun, ep %d\n",
musb_driver_name, epn);
return -EINVAL;
return offset;
}
epn++;
musb->nr_endpoints = max(epn, musb->nr_endpoints);
Expand Down

0 comments on commit 7c3ec0a

Please sign in to comment.