[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200415102158.GH1141@ninjato>
Date: Wed, 15 Apr 2020 12:21:58 +0200
From: Wolfram Sang <wsa@...-dreams.de>
To: Dejin Zheng <zhengdejin5@...il.com>
Cc: michal.simek@...inx.com, wsa+renesas@...g-engineering.com,
pierre-yves.mordret@...com, mcoquelin.stm32@...il.com,
alexandre.torgue@...com, alain.volmat@...com,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1] i2c: busses: convert to
devm_platform_get_and_ioremap_resource
On Tue, Apr 14, 2020 at 09:48:27PM +0800, Dejin Zheng wrote:
> use devm_platform_get_and_ioremap_resource() to simplify code, which
> contains platform_get_resource() and devm_ioremap_resource(), it also
> get the resource for use by the following code.
>
> Signed-off-by: Dejin Zheng <zhengdejin5@...il.com>
Applied to for-next, because it seems 'the new way' but...
> - r_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> - id->membase = devm_ioremap_resource(&pdev->dev, r_mem);
> + id->membase = devm_platform_get_and_ioremap_resource(pdev, 0, &r_mem);
... guys, do you really think this one line reduction improves
readability? Oh well...
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists