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

Commit a2e73032 authored by Xipeng Gu's avatar Xipeng Gu
Browse files

mdss: mdp: Remove incorrect return value



Remove incorrect return value when split mode not use,
this incorrect value cause command mode pingpong timeout
issue.

Change-Id: I2a407930fda4932ac10b2985bae4aee6e8af8e8f
Signed-off-by: default avatarXipeng Gu <guxipeng@codeaurora.org>
parent ffdc7b90
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -709,7 +709,6 @@ int mdss_mdp_get_split_display_ctls(struct mdss_mdp_ctl **ctl,
			swap(*ctl, *sctl);
		}
	} else {
		rc = -EINVAL;
		pr_debug("%s no split mode:%d\n", __func__,
			(*ctl)->mfd->split_mode);
	}