Re: [PATCH] drivers: iio: adc: convert to devm_ioremap_resource()

2013-05-22 Thread Jonathan Cameron
On 05/11/2013 12:06 PM, Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > Signed-off-by: Silviu-Mihai Popescu Patch number 3 doing the same thing. I was somewhat tardy

[PATCH] drivers: iio: adc: convert to devm_ioremap_resource()

2013-05-11 Thread Silviu-Mihai Popescu
Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. Signed-off-by: Silviu-Mihai Popescu --- drivers/iio/adc/exynos_adc.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dr