]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dsi: Don't disable regulator on ->exit()
authorThierry Reding <treding@nvidia.com>
Sat, 17 Mar 2018 01:48:34 +0000 (02:48 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 19 Mar 2018 08:57:28 +0000 (09:57 +0100)
commitf00e1934282f51004eb9452a29b635757f307835
treea4b4e95a94bda7e96008969cace2a3abc677a95b
parent9653ce8e867eaaf2f4bb0945189414000a60c470
drm/tegra: dsi: Don't disable regulator on ->exit()

The regulator is controlled as part of runtime PM, so it should not be
additionally disabled from the ->exit() callback.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dsi.c