]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: Delete not used of_device_get_match_data
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 May 2020 11:22:54 +0000 (13:22 +0200)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sat, 4 Jul 2020 22:11:50 +0000 (06:11 +0800)
commitb6d6aa1f0a628a09b7c63de79e025c24f3c39dcb
tree5ab01eade08e9d192a26444db2c9ffaba11db053
parent310621448a66f36e40c0d02da55c43bb128eac29
drm/mediatek: Delete not used of_device_get_match_data

The driver will be loaded by via a platform device. So we
will need to get the device_node from the parent device.
Depending on this we will set the driver data.
As all this is done later already, just delete the call to
of_device_get_match_data.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_drm_drv.c