OSDN Git Service

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)
commit5e4acd30f308be9ec6eba0b9b296210bbcf0ed3d
treea5cd404c3d3b537ff8a7b45d147731f02e442bd2
parentb9ff7aeaefbb39d9882547fa4b02e6e34a7b9463
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