11 Mar
2013
11 Mar
'13
7:43 p.m.
Hi
On 03/11/2013 05:58 PM, Silviu-Mihai Popescu wrote:
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
sound/soc/omap/omap-dmic.c | 9 +++------ sound/soc/omap/omap-mcpdm.c | 8 +++----- 2 files changed, 6 insertions(+), 11 deletions(-)
Acked-by: Jarkko Nikula jarkko.nikula@bitmer.com