CC: [email protected]
TO: Hyun Kwon <[email protected]>
CC: Vinod Koul <[email protected]>
CC: Tejas Upadhyay <[email protected]>
CC: Michal Simek <[email protected]>
CC: Laurent Pinchart <[email protected]>
CC: Dan Williams <[email protected]>
CC: [email protected]
CC: [email protected]
CC: [email protected]

From: kernel test robot <[email protected]>

drivers/dma/xilinx/xilinx_dpdma.c:1412:2-9: line 1412 is redundant because 
platform_get_irq() already prints an error

 Remove dev_err() messages after platform_get_irq*() failures
Generated by: scripts/coccinelle/api/platform_get_irq.cocci

Fixes: 7cbb0c63de3f ("dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA 
engine driver")
CC: Hyun Kwon <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   e9a523ff8f76de0768857f02ea76437d3b39d151
commit: 7cbb0c63de3fc218fd06ecfedb477772a4d12f76 [8121/11990] dmaengine: 
xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
:::::: branch date: 2 hours ago
:::::: commit date: 10 days ago

Please take the patch only if it's a positive warning. Thanks!

 xilinx_dpdma.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/xilinx/xilinx_dpdma.c
+++ b/drivers/dma/xilinx/xilinx_dpdma.c
@@ -1409,7 +1409,6 @@ static int xilinx_dpdma_probe(struct pla
 
        xdev->irq = platform_get_irq(pdev, 0);
        if (xdev->irq < 0) {
-               dev_err(xdev->dev, "failed to get platform irq\n");
                return xdev->irq;
        }
 
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to