soc/tegra: flowctrl: Use devm_platform_get_and_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Wed, 15 Feb 2023 09:18:03 +0000 (17:18 +0800)
committerThierry Reding <treding@nvidia.com>
Wed, 5 Apr 2023 12:59:09 +0000 (14:59 +0200)
commit42c67aa26271fd3c12947dc3983051ff5c0d3a73
tree39c5d628347c8bb717abc5044d45fdcb09626cd5
parentc299a2e6bf944b4218acc194a1cdf500b34e80aa
soc/tegra: flowctrl: 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: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/flowctrl.c