diff mbox series

[1/8] usb: ohci-da8xx: add a new line after local variables

Message ID 20190205102546.29457-2-brgl@bgdev.pl (mailing list archive)
State Superseded
Headers show
Series ARM: davinci: move the da8xx-ohci GPIO logic into the driver | expand

Commit Message

Bartosz Golaszewski Feb. 5, 2019, 10:25 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

This improves the coding style.

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

Patch

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)