Merge "msm: mdss: do not print error in case sync_trigger is enabled"
This commit is contained in:
commit
8efb4552d1
1 changed files with 2 additions and 0 deletions
|
@ -1161,6 +1161,8 @@ static int mdss_dsi_read_status(struct mdss_dsi_ctrl_pdata *ctrl)
|
||||||
|
|
||||||
rc = mdss_dsi_cmdlist_put(ctrl, &cmdreq);
|
rc = mdss_dsi_cmdlist_put(ctrl, &cmdreq);
|
||||||
if (rc <= 0) {
|
if (rc <= 0) {
|
||||||
|
if (!mdss_dsi_sync_wait_enable(ctrl) ||
|
||||||
|
mdss_dsi_sync_wait_trigger(ctrl))
|
||||||
pr_err("%s: get status: fail\n", __func__);
|
pr_err("%s: get status: fail\n", __func__);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue