tree: git://people.freedesktop.org/~agd5f/linux.git raven-hybrid head: 5b18fa600648660d8df93cbc8a29869cac80780b commit: 036e0295b117d7b8fa6af2232ef4da4c614e5673 [16/134] ASoC: AMD: create/add dummy codec and machine devices/drivers
coccinelle warnings: (new ones prefixed by >>)
sound/soc/amd/raven/dummy-w5102.c:94:3-8: No need to set .owner here. The core will do it.
Please review and possibly fold the followup patch.
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
sound/soc/amd/raven/dummy-w5102.c:94: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: Maruthi Srinivas Bayyavarapu Maruthi.Bayyavarapu@amd.com Signed-off-by: Fengguang Wu fengguang.wu@intel.com ---
dummy-w5102.c | 1 - 1 file changed, 1 deletion(-)
--- a/sound/soc/amd/raven/dummy-w5102.c +++ b/sound/soc/amd/raven/dummy-w5102.c @@ -91,7 +91,6 @@ static struct platform_driver dummy_w510 .remove = dummy_w5102_remove, .driver = { .name = "dummy_w5102", - .owner = THIS_MODULE, }, };
dri-devel@lists.freedesktop.org