Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / usb / musb / am35x.c
index c41fe588d14d97f75ef3d57729bc75b37891cdce..c14577dbedf71a39344329d7ef658718c3a540d0 100644 (file)
@@ -474,10 +474,8 @@ static int am35x_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;
-       }
 
        phy_clk = clk_get(&pdev->dev, "fck");
        if (IS_ERR(phy_clk)) {
This page took 0.024211 seconds and 5 git commands to generate.