OSDN Git Service

spi: orion: Use devm_platform_get_and_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 27 Mar 2023 05:53:45 +0000 (13:53 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 27 Mar 2023 11:42:33 +0000 (12:42 +0100)
commit36b49126afa22b7f9fe3b16360ef2ab3da6bc376
tree1a71712fa0e3a2e049e5c18a4528346ce7255be7
parent5e72620125dfa6b876ea3fe3ad25e4c11b70615a
spi: orion: Use devm_platform_get_and_ioremap_resource()

According to commit 890cc39a8799 ("drivers: provide
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: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230327055346.76625-2-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-orion.c