CC: [email protected]
BCC: [email protected]
CC: [email protected]
TO: "Martin Povišer" <[email protected]>
CC: Hector Martin <[email protected]>

From: kernel test robot <[email protected]>

drivers/dma/apple-admac.c:653:2-9: line 653 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

CC: Martin Povišer <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---

tree:   https://github.com/AsahiLinux/linux bits/070-audio
head:   91b81123719d8b742da188f01ee3d897e0fac92b
commit: 428ea35bca43fe213456fa57640c57deeadc4204 [2/20] dmaengine: apple-admac: 
Add Apple ADMAC driver
:::::: branch date: 26 hours ago
:::::: commit date: 26 hours ago

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

 drivers/dma/apple-admac.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/apple-admac.c
+++ b/drivers/dma/apple-admac.c
@@ -650,7 +650,6 @@ static int admac_probe(struct platform_d
 
        irq = platform_get_irq(pdev, 0);
        if (irq < 0) {
-               dev_err(&pdev->dev, "unable to obtain interrupt resource\n");
                return irq;
        }
 
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to