[alsa-devel] [PATCH] ASoC: fix platform_no_drv_owner.cocci warnings
kbuild test robot
lkp at intel.com
Tue Feb 21 18:44:02 CET 2017
sound/soc/codecs/cx2092x-i2c.c:43: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: Simon Ho <simon.ho at conexant.com>
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
cx2092x-i2c.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/codecs/cx2092x-i2c.c
+++ b/sound/soc/codecs/cx2092x-i2c.c
@@ -40,7 +40,6 @@ MODULE_DEVICE_TABLE(i2c, cx2092x_i2c_id)
static struct i2c_driver cx2092x_i2c_driver = {
.driver = {
.name = "cx2092x",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(cx2092x_dt_ids),
},
.id_table = cx2092x_i2c_id,
More information about the Alsa-devel
mailing list