Loading drivers/video/fbdev/msm/mdss_dsi_host.c +2 −0 Original line number Diff line number Diff line Loading @@ -1155,6 +1155,8 @@ static int mdss_dsi_read_status(struct mdss_dsi_ctrl_pdata *ctrl) rc = mdss_dsi_cmdlist_put(ctrl, &cmdreq); if (rc <= 0) { if (!mdss_dsi_sync_wait_enable(ctrl) || mdss_dsi_sync_wait_trigger(ctrl)) pr_err("%s: get status: fail\n", __func__); return rc; } Loading Loading
drivers/video/fbdev/msm/mdss_dsi_host.c +2 −0 Original line number Diff line number Diff line Loading @@ -1155,6 +1155,8 @@ static int mdss_dsi_read_status(struct mdss_dsi_ctrl_pdata *ctrl) rc = mdss_dsi_cmdlist_put(ctrl, &cmdreq); if (rc <= 0) { if (!mdss_dsi_sync_wait_enable(ctrl) || mdss_dsi_sync_wait_trigger(ctrl)) pr_err("%s: get status: fail\n", __func__); return rc; } Loading