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

Commit a51a9fd3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mdss: mdp: Fix check to identify if dsi short read"

parents 72a3f55c e7a6c83f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -881,7 +881,7 @@ int mdss_dsi_cmds_rx(struct mdss_dsi_ctrl_pdata *ctrl,

	ctrl_restore = __mdss_dsi_cmd_mode_config(ctrl, 1);

	if (rlen == 0) {
	if (rlen <= 2) {
		short_response = 1;
		rx_byte = 4;
	} else {