]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: remove redundant regulator_disable()
authorAlexandre Courbot <acourbot@nvidia.com>
Sat, 1 Mar 2014 05:00:59 +0000 (14:00 +0900)
committerThierry Reding <treding@nvidia.com>
Fri, 4 Apr 2014 07:06:38 +0000 (09:06 +0200)
commited01ae4b87bbe2a5c88b0daf40735bcf700a012a
tree267ab4e6ee77f2615a8c4dcb0cffa46c798f1368
parent637d7c85e4a138e38893da273c3d785c8611c144
drm/panel: remove redundant regulator_disable()

regulator_disable() is already performed by panel_simple_disable(),
which is called by panel_simple_remove().

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