diff --git a/drivers/video/fbdev/msm/mdss_dsi_host.c b/drivers/video/fbdev/msm/mdss_dsi_host.c index f0652870c582..8a552c09544f 100644 --- a/drivers/video/fbdev/msm/mdss_dsi_host.c +++ b/drivers/video/fbdev/msm/mdss_dsi_host.c @@ -2487,8 +2487,7 @@ int mdss_dsi_cmdlist_commit(struct mdss_dsi_ctrl_pdata *ctrl, int from_mdp) if (req && (req->flags & CMD_REQ_HS_MODE)) hs_req = true; - if (!ctrl->burst_mode_enabled || - (from_mdp && ctrl->shared_data->cmd_clk_ln_recovery_en)) { + if ((!ctrl->burst_mode_enabled) || from_mdp) { /* make sure dsi_cmd_mdp is idle */ mdss_dsi_cmd_mdp_busy(ctrl); }