Message ID | 20160110103442.GA153018@lkp-ib04 |
---|---|
State | Superseded |
Headers | show |
--- a/drivers/i2c/busses/imanager-i2c.c +++ b/drivers/i2c/busses/imanager-i2c.c @@ -225,7 +225,6 @@ static int imanager_i2c_remove(struct pl static struct platform_driver imanager_i2c_driver = { .driver = { - .owner = THIS_MODULE, .name = "imanager_i2c", }, .probe = imanager_i2c_probe,
drivers/i2c/busses/imanager-i2c.c:228: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: Richard Vidal-Dorsch <richard.dorsch@gmail.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- imanager-i2c.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html