Re: [PATCH v2 2/4] input: keyboard: tegra: use devm_* for resource allocation
From: Thierry Reding <hidden>
Date: 2013-01-15 06:44:44
Also in:
linux-input, linux-tegra, lkml
From: Thierry Reding <hidden>
Date: 2013-01-15 06:44:44
Also in:
linux-input, linux-tegra, lkml
On Mon, Jan 14, 2013 at 10:24:11PM +0000, Arnd Bergmann wrote:
On Monday 14 January 2013, Thierry Reding wrote:quoted
It certainly sounds like a less complicated way to do it. But it also involves adding a function with a made up name and drop a function with a perfectly good name instead. I wouldn't even know what name to choose for the new API.How about devm_ioremap_resource()? Sounds equally fitting, and is shorter.
Yes, that sounds good. Thanks for the suggestion. Thierry