]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: bcm: cygnus_ssp: Use devm_platform_ioremap_resource_byname()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 11 Jun 2021 05:02:35 +0000 (13:02 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 14 Jun 2021 14:01:06 +0000 (15:01 +0100)
commitab1db77e2abe774d3e9c8dec721c2bc67531286f
treef29b58679431c63e0f8412487a5c2de68c68f7b8
parentcb35aa369b14f0339e76dbffe9f7688ac6b95ae8
ASoC: bcm: cygnus_ssp: Use devm_platform_ioremap_resource_byname()

Use the devm_platform_ioremap_resource_byname() helper instead of
calling platform_get_resource_byname() and devm_ioremap_resource()
separately.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20210611050235.4182746-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/bcm/cygnus-ssp.c