From: Bartosz Golaszewski <bgolaszew...@baylibre.com>

This improves the coding style.

Signed-off-by: Bartosz Golaszewski <bgolaszew...@baylibre.com>
---
 drivers/usb/host/ohci-da8xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c
index a55cbba40a5a..c492c7e6f746 100644
--- a/drivers/usb/host/ohci-da8xx.c
+++ b/drivers/usb/host/ohci-da8xx.c
@@ -405,6 +405,7 @@ static int ohci_da8xx_probe(struct platform_device *pdev)
        struct usb_hcd  *hcd;
        struct resource *mem;
        int error, irq;
+
        hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
                                dev_name(&pdev->dev));
        if (!hcd)
-- 
2.20.1

Reply via email to