From: Sachin Kamat Date: Mon, 4 Mar 2013 06:45:33 +0000 (+0000) Subject: Thermal: rcar: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc4~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5095526faf38472bf04af919797a1f01a0ccb558;p=pandora-kernel.git Thermal: rcar: Convert to devm_ioremap_resource() Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages; so all explicit error messages can be removed from the failure code paths. Signed-off-by: Sachin Kamat Cc: Kuninori Morimoto Reviewed-by: Thierry Reding Signed-off-by: Zhang Rui --- Reading git-diff-tree failed