From: Silviu-Mihai Popescu Date: Mon, 11 Mar 2013 15:58:57 +0000 (+0200) Subject: ASoC: omap: convert to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~17^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c641d3468a66377752ee9ae06e65dee41fe804;p=pandora-kernel.git ASoC: omap: 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: Silviu-Mihai Popescu Acked-by: Jarkko Nikula Acked-by: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed