commit | 1fcbeeb506fd785025a37d1a874108756abbef6b | [log] [tgz] |
---|---|---|
author | Ding Senjie <dingsenjie@yulong.com> | Fri May 14 14:35:21 2021 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Jun 02 13:29:03 2021 +0200 |
tree | 048e73c17e2c0b790bb8d5ed4490a348f4b8231f | |
parent | 2c1e75f5baac5432749b90174a7a1f50a97327b2 [diff] |
media: mtk-vpu: Use devm_platform_ioremap_resource_byname Use the devm_platform_ioremap_resource_byname() helper instead of calling platform_get_resource_byname() and devm_ioremap_resource() separately. Signed-off-by: Ding Senjie <dingsenjie@yulong.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>