From: Sachin Kamat Date: Mon, 4 Mar 2013 06:45:32 +0000 (+0000) Subject: Thermal: dove: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc4~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc51b662241738ac292ffa021b345c2aa604230;p=pandora-kernel.git Thermal: dove: 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: Andrew Lunn Reviewed-by: Thierry Reding Signed-off-by: Zhang Rui --- Reading git-diff-tree failed