]> Pileus Git - ~andy/linux/commit
ASoC: omap: convert to devm_ioremap_resource()
authorSilviu-Mihai Popescu <silviupopescu1990@gmail.com>
Mon, 11 Mar 2013 15:58:57 +0000 (17:58 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Mar 2013 10:35:59 +0000 (10:35 +0000)
commit77c641d3468a66377752ee9ae06e65dee41fe804
tree7c4b23c0057e73eab2b704f4c8b5e14d9998a34a
parente37e04307c2921ee83b192cbeb65d21897d0c6e8
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 <silviupopescu1990@gmail.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/omap/omap-dmic.c
sound/soc/omap/omap-mcpdm.c