OSDN Git Service

drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
[tomoyo/tomoyo-test1.git] / drivers / dma / tegra20-apb-dma.c
index 265303a..f6a2f42 100644 (file)
@@ -1493,7 +1493,6 @@ static int tegra_dma_probe(struct platform_device *pdev)
                irq = platform_get_irq(pdev, i);
                if (irq < 0) {
                        ret = irq;
-                       dev_err(&pdev->dev, "No irq resource for chan %d\n", i);
                        goto err_pm_disable;
                }