Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280918
b: refs/heads/master
c: 86bb702
h: refs/heads/master
v: v3
  • Loading branch information
Neil Zhang authored and Felipe Balbi committed Dec 19, 2011
1 parent 9bdf7a9 commit 2bac4ef
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: 8418153a4ccd38a3bc3229bc4bd161e3e5db88d2
refs/heads/master: 86bb702813010a0870c45d7f080669450a95be8d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/mv_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ static int mv_udc_get_frame(struct usb_gadget *gadget)

udc = container_of(gadget, struct mv_udc, gadget);

retval = readl(udc->op_regs->frindex) & USB_FRINDEX_MASKS;
retval = readl(&udc->op_regs->frindex) & USB_FRINDEX_MASKS;

return retval;
}
Expand Down

0 comments on commit 2bac4ef

Please sign in to comment.