]> asedeno.scripts.mit.edu Git - linux.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)
commit8dafb8301cae1a3fc8407f5da62b491bfcfdf04b
treea4b4e95a94bda7e96008969cace2a3abc677a95b
parentb1d0b34b748c9e5e67a91c545cb48711cfde119c
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