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, }, };