hwmon: (gxp-fan-ctrl) use devm_platform_get_and_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Wed, 8 Feb 2023 07:46:06 +0000 (15:46 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 9 Feb 2023 17:38:35 +0000 (09:38 -0800)
commit102be2c2420bd156a94ea509932c9eaef89b9424
treedf772e77568900c14f06a80ab7f44ad2b50edc3a
parent7505dab78f58c953b863753208eeca682e8126ff
hwmon: (gxp-fan-ctrl) 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>
Link: https://lore.kernel.org/r/202302081546067270324@zte.com.cn
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/gxp-fan-ctrl.c