From: Boris BREZILLON Date: Tue, 23 Sep 2014 11:14:09 +0000 (+0200) Subject: rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~13^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41da3ee1a9c46d175ca4cdca369f35c35f89cdc;p=pandora-kernel.git rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource Replace devm_ioremap calls by devm_ioremap_resource which already check resource consistency (resource != NULL) and print an error in case of failure. Signed-off-by: Boris BREZILLON Acked-by: Alexandre Belloni Acked-by: Johan Hovold Acked-by: Arnd Bergmann Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed