Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd17a6b2 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: omap: change IRQ name to dwc3-omap



dwc3-wrapper can be used by any other wrapper,
using dwc3-omap makes it clear that we're running
on OMAP SoC.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent a72e658b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -286,7 +286,7 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev)
	omap->dma_status = !!(reg & USBOTGSS_SYSCONFIG_DMADISABLE);
	omap->dma_status = !!(reg & USBOTGSS_SYSCONFIG_DMADISABLE);


	ret = request_irq(omap->irq, dwc3_omap_interrupt, 0,
	ret = request_irq(omap->irq, dwc3_omap_interrupt, 0,
			"dwc3-wrapper", omap);
			"dwc3-omap", omap);
	if (ret) {
	if (ret) {
		dev_err(&pdev->dev, "failed to request IRQ #%d --> %d\n",
		dev_err(&pdev->dev, "failed to request IRQ #%d --> %d\n",
				omap->irq, ret);
				omap->irq, ret);