diff mbox

ASoC: AMD: fix platform_no_drv_owner.cocci warnings

Message ID 20170511004058.GA63867@lkp-hsx02.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fengguang Wu May 11, 2017, 12:41 a.m. UTC
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(-)
diff mbox

Patch

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