Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275824
b: refs/heads/master
c: 8981d76
h: refs/heads/master
v: v3
  • Loading branch information
Shaohui Xie authored and Greg Kroah-Hartman committed Nov 14, 2011
1 parent 01b3a5e commit 93daf71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 770f0baaee0c511d0d466082e72815ed861e301f
refs/heads/master: 8981d76a2cf4c46333d9a18176a6eee337a71146
3 changes: 1 addition & 2 deletions trunk/drivers/usb/gadget/fsl_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2480,8 +2480,7 @@ static int __init fsl_udc_probe(struct platform_device *pdev)

#ifndef CONFIG_ARCH_MXC
if (pdata->have_sysif_regs)
usb_sys_regs = (struct usb_sys_interface *)
((u32)dr_regs + USB_DR_SYS_OFFSET);
usb_sys_regs = (void *)dr_regs + USB_DR_SYS_OFFSET;
#endif

/* Initialize USB clocks */
Expand Down

0 comments on commit 93daf71

Please sign in to comment.