usb: ohci-da8xx: add a new line after local variables
Add a new line after local variables. This improves the coding style. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
committed by
Sekhar Nori
parent
ca107e35e6
commit
08e46f18b7
@@ -405,6 +405,7 @@ static int ohci_da8xx_probe(struct platform_device *pdev)
|
|||||||
struct usb_hcd *hcd;
|
struct usb_hcd *hcd;
|
||||||
struct resource *mem;
|
struct resource *mem;
|
||||||
int error, irq;
|
int error, irq;
|
||||||
|
|
||||||
hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
|
hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
|
||||||
dev_name(&pdev->dev));
|
dev_name(&pdev->dev));
|
||||||
if (!hcd)
|
if (!hcd)
|
||||||
|
Reference in New Issue
Block a user