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

2013-01-29 Thread Greg Kroah-Hartman
On Tue, Jan 29, 2013 at 03:11:05PM +0200, Andy Shevchenko wrote: > On Mon, Jan 21, 2013 at 12:09 PM, Thierry Reding > wrote: > > Convert all uses of devm_request_and_ioremap() to the newly introduced > > devm_ioremap_resource() which provides more consistent error handling. > > > > devm_ioremap_re

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

2013-01-29 Thread Andy Shevchenko
On Mon, Jan 21, 2013 at 12:09 PM, Thierry Reding wrote: > 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

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

2013-01-28 Thread Thierry Reding
On Mon, Jan 28, 2013 at 08:00:20AM -0800, Vinod Koul wrote: > On Mon, Jan 21, 2013 at 11:09:00AM +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. > > > > devm_ioremap_r

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

2013-01-28 Thread Vinod Koul
On Mon, Jan 21, 2013 at 11:09:00AM +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. > > devm_ioremap_resource() provides its own error messages so all explicit > error mess

[PATCH 07/33] dma: 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