Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130331
b: refs/heads/master
c: 0df2479
h: refs/heads/master
i:
  130329: fdcbaf8
  130327: a2d5810
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Jan 28, 2009
1 parent be7caba commit 3a43b1e
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: 1a1fab513734b3a4fca1bee8229e5ff7e1cb873c
refs/heads/master: 0df2479232eeea20c924350a11788c724b8c218d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/imx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void imx_ep_stall(struct imx_ep_struct *imx_ep)

for (i = 0; i < 100; i ++) {
temp = __raw_readl(imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)));
if (!temp & EPSTAT_STALL)
if (!(temp & EPSTAT_STALL))
break;
udelay(20);
}
Expand Down

0 comments on commit 3a43b1e

Please sign in to comment.