]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/tegra: sor: Use of_device_get_match_data()
authorThierry Reding <treding@nvidia.com>
Mon, 21 Aug 2017 15:33:14 +0000 (17:33 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Oct 2017 12:19:53 +0000 (14:19 +0200)
commit5faea3d0f80f4fe481bcf994750b96c7429bebe1
tree1f845e5279484dbf06c9dfd29dcb09f120be4d77
parent5e4acd30f308be9ec6eba0b9b296210bbcf0ed3d
drm/tegra: sor: 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/sor.c