]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: hdmi: Use of_device_get_match_data()
authorThierry Reding <treding@nvidia.com>
Mon, 21 Aug 2017 16:05:10 +0000 (18:05 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Oct 2017 12:19:53 +0000 (14:19 +0200)
commitfcfa562e280f1feb426366a80b20e6357d3cd83c
treea5cd404c3d3b537ff8a7b45d147731f02e442bd2
parent72173d59e91e0e3e7367ce8089270a0bcf521426
drm/tegra: hdmi: Use of_device_get_match_data()

Avoid some boilerplate by calling of_device_get_match_data() instead of
open-coding the equivalent in the driver.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/hdmi.c