]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Use devm_gpiod_get_optional()
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 25 Jul 2014 14:47:25 +0000 (23:47 +0900)
committerThierry Reding <treding@nvidia.com>
Thu, 7 Aug 2014 07:35:27 +0000 (09:35 +0200)
commit76f505f427a787c31316a71810bc88adba403f04
tree713eda3d17b320396b9b6eef9a426b09c972569b
parent72070cd01069c5aa4da6c6a8bd409eeab961ff1f
drm/panel: simple: Use devm_gpiod_get_optional()

Use the new devm_gpiod_get_optional() to simplify the probe code.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c