Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
Reviewed-by: Felipe Balbi <ba...@ti.com>
---
 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 4d6e50b..aa894a1 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)
-- 
2.0.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to