]> 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)
commit7797fdfcb2e6ca41fd42687172aa9e1ea80e74b9
treea5cd404c3d3b537ff8a7b45d147731f02e442bd2
parent1e7360b93d837a92a9f04aff1a8a5b8a99745ab1
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