commit | 5e4acd30f308be9ec6eba0b9b296210bbcf0ed3d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Aug 21 18:05:10 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Oct 20 14:19:53 2017 +0200 |
tree | a5cd404c3d3b537ff8a7b45d147731f02e442bd2 | |
parent | b9ff7aeaefbb39d9882547fa4b02e6e34a7b9463 [diff] |
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>