Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: dwc3: omap: use the macro we already have

trivial patch, no functional changes.

Signed-off-by: Felipe Balbi <balbi@ti.com>

+2 -1
+2 -1
drivers/usb/dwc3/dwc3-omap.c
··· 311 311 } 312 312 313 313 /* enable all IRQs */ 314 - dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01); 314 + reg = USBOTGSS_IRQO_COREIRQ_ST; 315 + dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, reg); 315 316 316 317 reg = (USBOTGSS_IRQ1_OEVT | 317 318 USBOTGSS_IRQ1_DRVVBUS_RISE |