drivers/mfd/imanager-core.c:248: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@xxxxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- imanager-core.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/mfd/imanager-core.c +++ b/drivers/mfd/imanager-core.c @@ -245,7 +245,6 @@ static int imanager_remove(struct platfo static struct platform_driver imanager_driver = { .driver = { - .owner = THIS_MODULE, .name = "imanager-core", }, .probe = imanager_probe, -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html