Re: [PATCH 33/33] ASoC: Convert to devm_ioremap_resource()

2013-01-22 Thread Mark Brown
On Tue, Jan 22, 2013 at 08:55:52AM +0100, Thierry Reding wrote: > It's probably too early to apply this yet since the first patch in the > series, which introduces the new function, hasn't been merged yet. I > seem to have handled this poorly, as David Miller already pointed out, > by not Cc'ing e

Re: [PATCH 33/33] ASoC: Convert to devm_ioremap_resource()

2013-01-21 Thread Thierry Reding
On Tue, Jan 22, 2013 at 04:48:26PM +0900, Mark Brown wrote: > On Mon, Jan 21, 2013 at 11:09:26AM +0100, Thierry Reding wrote: > > Convert all uses of devm_request_and_ioremap() to the newly introduced > > devm_ioremap_resource() which provides more consistent error handling. > > Applied, thanks.

Re: [PATCH 33/33] ASoC: Convert to devm_ioremap_resource()

2013-01-21 Thread Mark Brown
On Mon, Jan 21, 2013 at 11:09:26AM +0100, Thierry Reding wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. Applied, thanks. signature.asc Description: Digital signature

[PATCH 33/33] ASoC: Convert to devm_ioremap_resource()

2013-01-21 Thread Thierry Reding
Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages so all explicit error messages can be removed from the failure code paths. Signed-off-by: Thierry R