]> git.baikalelectronics.ru Git - 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)
commiteb1f78c89b5a9883f0af742a76c5ca28a42c5fda
tree1f845e5279484dbf06c9dfd29dcb09f120be4d77
parent7797fdfcb2e6ca41fd42687172aa9e1ea80e74b9
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