]> 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)
commit26632f1f0a4433064d3332af66d0cee5279b9017
treef29b58679431c63e0f8412487a5c2de68c68f7b8
parentf1ca6cc1b4050577af14d6b1700bc1220706586c
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