Loading drivers/usb/musb/da8xx.c +1 −3 Original line number Diff line number Diff line Loading @@ -494,10 +494,8 @@ static int da8xx_probe(struct platform_device *pdev) int ret = -ENOMEM; glue = kzalloc(sizeof(*glue), GFP_KERNEL); if (!glue) { dev_err(&pdev->dev, "failed to allocate glue context\n"); if (!glue) goto err0; } clk = clk_get(&pdev->dev, "usb20"); if (IS_ERR(clk)) { Loading Loading
drivers/usb/musb/da8xx.c +1 −3 Original line number Diff line number Diff line Loading @@ -494,10 +494,8 @@ static int da8xx_probe(struct platform_device *pdev) int ret = -ENOMEM; glue = kzalloc(sizeof(*glue), GFP_KERNEL); if (!glue) { dev_err(&pdev->dev, "failed to allocate glue context\n"); if (!glue) goto err0; } clk = clk_get(&pdev->dev, "usb20"); if (IS_ERR(clk)) { Loading