drm/tve200: Use devm_platform_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 21 Apr 2023 09:13:19 +0000 (17:13 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 24 Apr 2023 08:04:33 +0000 (10:04 +0200)
commit15f5ee6b77c0953b3d668eb3f3bb3c0be0a280f6
treec027599e9587a291342f27bf75890afed8072009
parente1964d892fe5710c16e55d2eb153954f8407fb9a
drm/tve200: 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: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230421091319.79744-1-yang.lee@linux.alibaba.com
drivers/gpu/drm/tve200/tve200_drv.c