diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-21 00:55:48 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 09:38:37 -0600 |
commit | 30573751daf60835ad1dba8b040b6a345f49120a (patch) | |
tree | 3080061a210b6642e4ae28547832a473c909d47a /drivers/usb/host/isp1760-hcd.c | |
parent | f0bdbb0ec6be7465eecbdbea058c027485a0d966 (diff) |
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>
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.c')
-rw-r--r-- | drivers/usb/host/isp1760-hcd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c index 4d6e50b13d81..aa894a127b2c 100644 --- a/drivers/usb/host/isp1760-hcd.c +++ b/drivers/usb/host/isp1760-hcd.c @@ -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) |