diff options
Diffstat (limited to 'drivers/usb/host/ehci-omap.c')
-rw-r--r-- | drivers/usb/host/ehci-omap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 94ea9fff13e6..4d308533bc83 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
@@ -130,8 +130,8 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
130 | 130 | ||
131 | irq = platform_get_irq(pdev, 0); | 131 | irq = platform_get_irq(pdev, 0); |
132 | if (irq < 0) { | 132 | if (irq < 0) { |
133 | dev_err(dev, "EHCI irq failed\n"); | 133 | dev_err(dev, "EHCI irq failed: %d\n", irq); |
134 | return -ENODEV; | 134 | return irq; |
135 | } | 135 | } |
136 | 136 | ||
137 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 137 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |