Commit 30573751 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Felipe Balbi

usb: isp1760: Fix indentation in probe error path

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f0bdbb0e
......@@ -2259,12 +2259,12 @@ int isp1760_register(phys_addr_t res_start, resource_size_t res_len, int irq,
return 0;
err_unmap:
iounmap(hcd->regs);
iounmap(hcd->regs);
err_put:
usb_put_hcd(hcd);
usb_put_hcd(hcd);
return ret;
return ret;
}
void isp1760_unregister(struct device *dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment