usb: isp1760: Fix indentation in probe error path
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 20 Jan 2015 22:55:48 +0000 (00:55 +0200)
committerFelipe 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

index 4d6e50b..aa894a1 100644 (file)
@@ -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)