aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/blackfin.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/blackfin.c')
-rw-r--r--drivers/usb/musb/blackfin.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c
index ac4422b33dcd..8554c6f7ab72 100644
--- a/drivers/usb/musb/blackfin.c
+++ b/drivers/usb/musb/blackfin.c
@@ -456,16 +456,12 @@ static int bfin_probe(struct platform_device *pdev)
456 int ret = -ENOMEM; 456 int ret = -ENOMEM;
457 457
458 glue = devm_kzalloc(&pdev->dev, sizeof(*glue), GFP_KERNEL); 458 glue = devm_kzalloc(&pdev->dev, sizeof(*glue), GFP_KERNEL);
459 if (!glue) { 459 if (!glue)
460 dev_err(&pdev->dev, "failed to allocate glue context\n");
461 goto err0; 460 goto err0;
462 }
463 461
464 musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO); 462 musb = platform_device_alloc("musb-hdrc", PLATFORM_DEVID_AUTO);
465 if (!musb) { 463 if (!musb)
466 dev_err(&pdev->dev, "failed to allocate musb device\n");
467 goto err0; 464 goto err0;
468 }
469 465
470 musb->dev.parent = &pdev->dev; 466 musb->dev.parent = &pdev->dev;
471 musb->dev.dma_mask = &bfin_dmamask; 467 musb->dev.dma_mask = &bfin_dmamask;