mfd: sun4i-gpadc: Use devm_platform_get_and_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Wed, 8 Feb 2023 09:36:50 +0000 (17:36 +0800)
committerLee Jones <lee@kernel.org>
Wed, 26 Apr 2023 10:40:27 +0000 (11:40 +0100)
commit4723d2ef5329f28f569bf9e855bd5bd4b691aa37
treea6a23374d800767995214a0777a7f9dc46f140ae
parent0479ed2cf70c69fa703a1e6cbb4d5c2e7e4442a2
mfd: sun4i-gpadc: 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: Ye Xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/202302081736500534579@zte.com.cn
drivers/mfd/sun4i-gpadc.c