media: s5p-g2d: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 1 Sep 2021 05:56:01 +0000 (07:56 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:52 +0000 (10:07 +0200)
commitbeaa81f410ba97a032ae84b5c9c5472a8372ec1e
treeb6caec0c62faecd8aa0d58a4cb672ae0e5e94b1f
parent8db05a69f13c4f59f5f8c47b57914899870090a3
media: s5p-g2d: Make use of the helper function devm_platform_ioremap_resource()

Use the devm_platform_ioremap_resource() helper instead of
calling platform_get_resource() and devm_ioremap_resource()
separately

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/s5p-g2d/g2d.c