From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] dma: mv_xor_v2: fix platform_no_drv_owner.cocci warnings Date: Mon, 15 Feb 2016 17:34:20 +0800 Message-ID: <20160215093420.GA124287@roam> References: <201602151750.ChNRB1qR%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1455523083-25506-1-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org, Vinod Koul , dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Nadav Haklai , Lior Amsalem , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Thomas Petazzoni List-Id: devicetree@vger.kernel.org drivers/dma/mv_xor_v2.c:870: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: Thomas Petazzoni Signed-off-by: Fengguang Wu --- mv_xor_v2.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/dma/mv_xor_v2.c +++ b/drivers/dma/mv_xor_v2.c @@ -867,7 +867,6 @@ static struct platform_driver mv_xor_v2_ .probe = mv_xor_v2_probe, .remove = mv_xor_v2_remove, .driver = { - .owner = THIS_MODULE, .name = "mv_xor_v2", .of_match_table = of_match_ptr(mv_xor_v2_dt_ids), }, -- 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