projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bdbb0
)
usb: isp1760: Fix indentation in probe error path
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Tue, 20 Jan 2015 22:55:48 +0000
(
00:55
+0200)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 27 Jan 2015 15:38:37 +0000
(09:38 -0600)
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/host/isp1760-hcd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/isp1760-hcd.c
b/drivers/usb/host/isp1760-hcd.c
index 4d6e50b13d81bbee476783e16f473811ba73a46e..aa894a127b2ca542e6ca4707bfb041aeefc17455 100644
(file)
--- 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)