Skip to content

Commit

Permalink
drm/tegra: dsi: Don't disable regulator on ->exit()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding committed Mar 19, 2018
1 parent b1d0b34 commit 8dafb83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/tegra/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@ static int tegra_dsi_exit(struct host1x_client *client)
struct tegra_dsi *dsi = host1x_client_to_dsi(client);

tegra_output_exit(&dsi->output);
regulator_disable(dsi->vdd);

return 0;
}
Expand Down

0 comments on commit 8dafb83

Please sign in to comment.