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

2013-02-03 Thread Samuel Ortiz
On Sun, Feb 03, 2013 at 06:22:27PM +0100, Samuel Ortiz wrote: > Hi Thierry, > > On Mon, Jan 21, 2013 at 11:09:09AM +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. > >

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

2013-02-03 Thread Samuel Ortiz
Hi Thierry, On Mon, Jan 21, 2013 at 11:09:09AM +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