CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Viktor Prutyanov <[email protected]> TO: [email protected] TO: [email protected] TO: [email protected] TO: [email protected] TO: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected]
From: kernel test robot <[email protected]> drivers/media/rc/meson-ir-tx.c:323:2-9: line 323 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: Viktor Prutyanov <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: kernel test robot <[email protected]> --- url: https://github.com/0day-ci/linux/commits/Viktor-Prutyanov/media-rc-add-support-for-Amlogic-Meson-IR-blaster/20210715-052839 base: git://linuxtv.org/media_tree.git master :::::: branch date: 10 hours ago :::::: commit date: 10 hours ago Please take the patch only if it's a positive warning. Thanks! meson-ir-tx.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/media/rc/meson-ir-tx.c +++ b/drivers/media/rc/meson-ir-tx.c @@ -320,7 +320,6 @@ static int __init meson_irtx_probe(struc irq = platform_get_irq(pdev, 0); if (irq < 0) { - dev_err(dev, "no irq resource found\n"); return -ENODEV; } _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
