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:401:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.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 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 @@ -398,7 +398,6 @@ static struct platform_driver meson_irtx .remove = meson_irtx_remove, .driver = { .name = DRIVER_NAME, - .owner = THIS_MODULE, .of_match_table = meson_irtx_dt_match, }, }; _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
