Thread (22 messages) flat view 22 messages, 5 authors, 2017-02-01
STALE3494d

[PATCH] ASoC: fix platform_no_drv_owner.cocci warnings

From: kbuild test robot <hidden>
Date: 2017-01-31 11:35:06
Also in: alsa-devel, linux-devicetree, lkml

sound/soc/sunxi/sun8i-codec.c:487: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: Myl?ne Josserand <redacted>
Signed-off-by: Fengguang Wu <redacted>
---

 sun8i-codec.c |    1 -
 1 file changed, 1 deletion(-)
--- a/sound/soc/sunxi/sun8i-codec.c
+++ b/sound/soc/sunxi/sun8i-codec.c
@@ -484,7 +484,6 @@ static const struct dev_pm_ops sun8i_cod
 static struct platform_driver sun8i_codec_driver = {
 	.driver = {
 		.name = "sun8i-codec",
-		.owner = THIS_MODULE,
 		.of_match_table = sun8i_codec_of_match,
 		.pm = &sun8i_codec_pm_ops,
 	},
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help