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

Commit 4fd1ff01 authored by Terence Hampson's avatar Terence Hampson
Browse files

mdss: dsi_v2: remove second call to msm_dsi_cmd_dma_tx



There should only be one call to msm_dsi_cmd_dma_tx.

Change-Id: I5af937d029c6eabdda406f69d12f06f68354078c
Signed-off-by: default avatarTerence Hampson <thampson@codeaurora.org>
parent 61a09d4a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -547,7 +547,6 @@ int msm_dsi_cmds_tx(struct mdss_panel_data *pdata,
	for (i = 0; i < cnt; i++) {
		dsi_buf_init(tp);
		dsi_cmd_dma_add(tp, cm);
		msm_dsi_cmd_dma_tx(tp);
		rc = msm_dsi_cmd_dma_tx(tp);
		if (IS_ERR_VALUE(rc)) {
			pr_err("%s: failed to call cmd_dma_tx\n", __func__);