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

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

Merge "drm/msm/dsi-staging: use usleep for wait during command transfer to panel"

parents d0ec9fdf fd4d7031
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -506,7 +506,8 @@ static int dsi_panel_tx_cmd_set(struct dsi_panel *panel,
			goto error;
		}
		if (cmds->post_wait_ms)
			msleep(cmds->post_wait_ms);
			usleep_range(cmds->post_wait_ms*1000,
					((cmds->post_wait_ms*1000)+10));
		cmds++;
	}
error: