Signed-off-by: Laurent Pinchart <[email protected]>
---
drivers/usb/host/isp1760-hcd.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c
index c153097..b93f71d 100644
--- a/drivers/usb/host/isp1760-hcd.c
+++ b/drivers/usb/host/isp1760-hcd.c
@@ -2258,12 +2258,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)
--
2.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html