From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saiyam Doshi Subject: Re: [3/3] i2c: qup: Use devm_platform_ioremap_resource helper Date: Tue, 17 Sep 2019 22:08:03 +0530 Message-ID: <20190917163803.GC5388@SD> References: <20190916190254.GA14207@SD> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Markus Elfring Cc: Andy Gross , linux-arm-msm@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org List-Id: linux-i2c@vger.kernel.org On Tue, Sep 17, 2019 at 05:40:14PM +0200, Markus Elfring wrote: > > Use devm_platform_ioremap_resource helper which wraps > > platform_get_resource() and devm_ioremap_resource() together. > > Can a wording like “Simplify this function implementation by using > a known wrapper function.” be nicer for this change description? Okay. I will change as actual change and changelog is almost similar :) > > The semantic patch that makes this report is available > > in scripts/coccinelle/api/devm_platform_ioremap_resource.cocci. > > > > Found using - http://coccinelle.lip6.fr/ > > Can a tag like “Generated by: scripts/coccinelle/api/devm_platform_ioremap_resource.cocci” > be more helpful than the other description variant? will update this in changelog and resend this series. -Saiyam