From: Jingoo Han Date: Thu, 3 Apr 2014 21:49:47 +0000 (-0700) Subject: rtc: rtc-coh901331: use devm_ioremap_resource() X-Git-Tag: v3.15-rc1~106^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daaf90f0b014106e5672381c7b576a149b346dd9;p=pandora-kernel.git rtc: rtc-coh901331: use devm_ioremap_resource() 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 Walleij Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed