OSDN Git Service

spi: pic32: Use devm_platform_get_and_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 27 Mar 2023 05:53:46 +0000 (13:53 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 27 Mar 2023 11:42:34 +0000 (12:42 +0100)
commitd10c878213b0bd2df18639f62af28e93a36d437d
tree0ca59b2ac8c17006692b5219469dbeab9bf0fb0d
parent36b49126afa22b7f9fe3b16360ef2ab3da6bc376
spi: pic32: 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-3-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pic32.c