Skip to content

Commit

Permalink
usb: dwc3: omap: use the macro we already have
Browse files Browse the repository at this point in the history
trivial patch, no functional changes.

Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent 324e548 commit df01c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/usb/dwc3/dwc3-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev)
}

/* enable all IRQs */
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01);
reg = USBOTGSS_IRQO_COREIRQ_ST;
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, reg);

reg = (USBOTGSS_IRQ1_OEVT |
USBOTGSS_IRQ1_DRVVBUS_RISE |
Expand Down

0 comments on commit df01c61

Please sign in to comment.