We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1551872 commit 09806ebCopy full SHA for 09806eb
drivers/usb/host/ehci-mv.c
@@ -108,7 +108,7 @@ static int mv_ehci_probe(struct platform_device *pdev)
108
struct ehci_hcd *ehci;
109
struct ehci_hcd_mv *ehci_mv;
110
struct resource *r;
111
- int retval = -ENODEV;
+ int retval;
112
u32 offset;
113
u32 status;
114
@@ -143,8 +143,6 @@ static int mv_ehci_probe(struct platform_device *pdev)
143
goto err_put_hcd;
144
}
145
146
-
147
148
r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
149
ehci_mv->base = devm_ioremap_resource(&pdev->dev, r);
150
if (IS_ERR(ehci_mv->base)) {
0 commit comments