From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] regulator, dt: fix platform_no_drv_owner.cocci warnings Date: Mon, 26 Oct 2015 17:25:00 +0800 Message-ID: <20151026092500.GA41277@xian> References: <201510261705.slEEEVgs%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1445849174-3446-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Heiko Schocher , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Liam Girdwood , Mark Brown List-Id: devicetree@vger.kernel.org drivers/regulator/tps65023-regulator.c:543: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: Heiko Schocher Signed-off-by: Fengguang Wu --- tps65023-regulator.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/regulator/tps65023-regulator.c +++ b/drivers/regulator/tps65023-regulator.c @@ -540,7 +540,6 @@ static int tps_65023_probe(struct i2c_cl static struct i2c_driver tps_65023_i2c_driver = { .driver = { .name = "tps65023", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(tps6502x_of_match), }, .probe = tps_65023_probe, -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html