From: Thierry Reding Date: Mon, 21 Jan 2013 10:09:14 +0000 (+0100) Subject: pinctrl: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc1~128^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0c1fb29a7c257a31c321c2437617b6b4d66168;p=pandora-kernel.git pinctrl: Convert to devm_ioremap_resource() Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() 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: Thierry Reding Cc: Linus Walleij Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed