Re: [rtc-linux] [PATCH 1/4] rtc: rtc-coh901331: Use devm_ioremap_resource()

2014-02-10 Thread Linus Walleij
On Fri, Feb 7, 2014 at 8:55 AM, Jingoo Han wrote: > Use devm_ioremap_resource() in order to make the code simpler, > and remove redundant return value check of platform_get_resource() > because the value is checked by devm_ioremap_resource(). > > Signed-off-by: Jingoo Han Acked-by: Linus Wallei

[PATCH 1/4] rtc: rtc-coh901331: Use devm_ioremap_resource()

2014-02-06 Thread Jingoo Han
Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- drivers/rtc/rtc-coh901331.c | 18 +++--- 1 file changed, 3 insert