Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115769
b: refs/heads/master
c: 02582b9
h: refs/heads/master
i:
  115767: 7761f59
v: v3
  • Loading branch information
Kevin Hilman authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent a920e37 commit 0051994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cede969fe21adece300300a455580635590deb47
refs/heads/master: 02582b92f60fa33b68b90263013e98550286db0a
1 change: 1 addition & 0 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,7 @@ allocate_instance(struct device *dev,
musb->ctrl_base = mbase;
musb->nIrq = -ENODEV;
musb->config = config;
BUG_ON(musb->config->num_eps > MUSB_C_NUM_EPS);
for (epnum = 0, ep = musb->endpoints;
epnum < musb->config->num_eps;
epnum++, ep++) {
Expand Down

0 comments on commit 0051994

Please sign in to comment.