ASoC: pxa: Use devm_platform_get_and_ioremap_resource()
authorYangtao Li <frank.li@vivo.com>
Tue, 11 Jul 2023 03:48:44 +0000 (11:48 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2023 05:15:55 +0000 (06:15 +0100)
commit97b19db1cfb34303101a3f30c26ef0e2ede07d89
tree9ed33309b126e663e97ce62e563795ad7333eda2
parente1537b59633cc0e30305e498ba9eead45e762910
ASoC: pxa: Use devm_platform_get_and_ioremap_resource()

Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Link: https://lore.kernel.org/r/20230711034846.69437-4-frank.li@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa2xx-i2s.c