drivers/regulator/pv88090-regulator.c:471: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: James Ban <[email protected]> Signed-off-by: Fengguang Wu <[email protected]> --- pv88090-regulator.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/regulator/pv88090-regulator.c +++ b/drivers/regulator/pv88090-regulator.c @@ -468,7 +468,6 @@ MODULE_DEVICE_TABLE(of, pv88090_dt_ids); static struct i2c_driver pv88090_regulator_driver = { .driver = { .name = "pv88090", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(pv88090_dt_ids), }, .probe = pv88090_i2c_probe, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

