提交 30573751 编写于 作者: L Laurent Pinchart 提交者: Felipe Balbi

usb: isp1760: Fix indentation in probe error path

Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: NFelipe Balbi <balbi@ti.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 f0bdbb0e
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册