]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/dma/milbeaut-xdmac.c
dmaengine: milbeaut-xdmac: remove redundant error log
[linux.git] / drivers / dma / milbeaut-xdmac.c
index 3d5b1926a58d708c5a377434f9fc708a5e99e48d..ab3d2f39537835c20c6605322905d1be3ba17cba 100644 (file)
@@ -269,11 +269,8 @@ static int milbeaut_xdmac_chan_init(struct platform_device *pdev,
        int irq, ret;
 
        irq = platform_get_irq(pdev, chan_id);
-       if (irq < 0) {
-               dev_err(&pdev->dev, "failed to get IRQ number for ch%d\n",
-                       chan_id);
+       if (irq < 0)
                return irq;
-       }
 
        irq_name = devm_kasprintf(dev, GFP_KERNEL, "milbeaut-xdmac-%d",
                                  chan_id);