drm/tegra: dc: Use of_device_get_match_data()
authorThierry Reding <treding@nvidia.com>
Mon, 21 Aug 2017 14:35:17 +0000 (16:35 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Oct 2017 12:19:53 +0000 (14:19 +0200)
commitb9ff7aeaefbb39d9882547fa4b02e6e34a7b9463
treecef2cb2859ef23145241ae692bfbac886f2bfd98
parenta176c67d71508761ec9d66a2d9a4eabb8d6873fd
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>
drivers/gpu/drm/tegra/dc.c