Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235340
b: refs/heads/master
c: 0fd857a
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Felipe Balbi committed Feb 21, 2011
1 parent 54e6847 commit 5b1415e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: cccad6d4b103e53fb3d1fc1467f654ecb572d047
refs/heads/master: 0fd857ae09c455f0036bf548fb6ec26b3049f5de
8 changes: 4 additions & 4 deletions trunk/drivers/usb/musb/musb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ static int musb_gadget_enable(struct usb_ep *ep,
ok = musb->hb_iso_rx;

if (!ok) {
DBG(4, "%s: not support ISO high bandwidth\n", __func__);
DBG(4, "no support for high bandwidth ISO\n");
goto fail;
}
musb_ep->hb_mult = (tmp >> 11) & 3;
Expand All @@ -1002,7 +1002,7 @@ static int musb_gadget_enable(struct usb_ep *ep,
goto fail;

if (tmp > hw_ep->max_packet_sz_tx) {
DBG(4, "%s: packet size beyond hw fifo size\n", __func__);
DBG(4, "packet size beyond hardware FIFO size\n");
goto fail;
}

Expand Down Expand Up @@ -1042,7 +1042,7 @@ static int musb_gadget_enable(struct usb_ep *ep,
goto fail;

if (tmp > hw_ep->max_packet_sz_rx) {
DBG(4, "%s: packet size beyond hw fifo size\n", __func__);
DBG(4, "packet size beyond hardware FIFO size\n");
goto fail;
}

Expand Down Expand Up @@ -1815,7 +1815,7 @@ int usb_gadget_probe_driver(struct usb_gadget_driver *driver,

/* driver must be initialized to support peripheral mode */
if (!musb) {
DBG(1, "%s, no dev??\n", __func__);
DBG(1, "no dev??\n");
retval = -ENODEV;
goto err0;
}
Expand Down

0 comments on commit 5b1415e

Please sign in to comment.