drm/tegra: dpaux: Use devm_platform_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 21 Apr 2023 08:49:52 +0000 (16:49 +0800)
committerThierry Reding <treding@nvidia.com>
Thu, 27 Jul 2023 16:41:59 +0000 (18:41 +0200)
commit3c5a5df9c39bd0e408fdf60966b2c8dc2bb9a411
treebd8c315f2b28096a29be7347ca326bd00433f8f2
parentb02e6e040af7fa7fd59b0eb71d927dbc149bc20d
drm/tegra: dpaux: Use devm_platform_ioremap_resource()

Convert platform_get_resource(),devm_ioremap_resource() to a single
call to devm_platform_ioremap_resource(), as this is exactly what this
function does.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230421084952.45275-1-yang.lee@linux.alibaba.com
drivers/gpu/drm/tegra/dpaux.c