mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
usb: isp1760: Fix indentation in probe error path
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
f0bdbb0ec6
commit
30573751da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user