commit | b9ff7aeaefbb39d9882547fa4b02e6e34a7b9463 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Aug 21 16:35:17 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Oct 20 14:19:53 2017 +0200 |
tree | cef2cb2859ef23145241ae692bfbac886f2bfd98 | |
parent | a176c67d71508761ec9d66a2d9a4eabb8d6873fd [diff] |
drm/tegra: dc: 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>