MIPS: ralink: Use devm_platform_get_and_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Wed, 8 Feb 2023 02:49:17 +0000 (10:49 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 9 Feb 2023 12:05:17 +0000 (13:05 +0100)
commit159c610af8cdf2b3c915e59162fc867b557cbe7e
treeba124dfbf045280fd5edac87a23e3ddec2778b3f
parent663bf6abe732e13af5d4e4d9a123d59b05c586e1
MIPS: ralink: 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: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ralink/timer.c