drivers/media/dvb-frontends/tc90522.c:271: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: Буди Романто, AreMa Inc <knightrider@xxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- tc90522.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/media/dvb-frontends/tc90522.c +++ b/drivers/media/dvb-frontends/tc90522.c @@ -268,7 +268,6 @@ MODULE_DEVICE_TABLE(i2c, tc90522_id); static struct i2c_driver tc90522_driver = { .driver = { - .owner = THIS_MODULE, .name = tc90522_id->name, }, .probe = tc90522_probe, -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html