Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4cc5b64 authored by Shuo Yan's avatar Shuo Yan
Browse files

Revert "msm: mdss: Turn off backlight while power off"



This reverts commit 6b9bcc74
This patch will lead to backlight shutdown in recovery mode

Change-Id: I229aca313f74b10e2a38fffdc991ac6ae243e410
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent d0aa1f4c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -613,9 +613,6 @@ static int mdp3_ctrl_off(struct msm_fb_data_type *mfd)
	panel = mdp3_session->panel;
	mutex_lock(&mdp3_session->lock);

	if (panel && panel->set_backlight)
		panel->set_backlight(panel, 0);

	if (!mdp3_session->status) {
		pr_debug("fb%d is off already", mfd->index);
		goto off_error;