[PATCH] ASoC: AMD: fix platform_no_drv_owner.cocci warnings

kbuild test robot fengguang.wu at intel.com
Thu May 11 00:41:01 UTC 2017


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 at amd.com>
Signed-off-by: Fengguang Wu <fengguang.wu at 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,
 	},
 };
 


More information about the dri-devel mailing list