Skip to content

Commit

Permalink
usb: dwc3: omap: change IRQ name to dwc3-omap
Browse files Browse the repository at this point in the history
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: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent a72e658 commit dd17a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/dwc3/dwc3-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev)
omap->dma_status = !!(reg & USBOTGSS_SYSCONFIG_DMADISABLE);

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

0 comments on commit dd17a6b

Please sign in to comment.