diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-07 13:13:42 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-07 13:13:41 -0700 |
| commit | 8efb4552d1830d0b6a836949fd105a6a7548d1d0 (patch) | |
| tree | 2443d1b1616170dbf924a85db0180ba5db5a1370 /drivers/video/fbdev | |
| parent | 590ba42a338066abf4692c9f6bf2d185a39fb067 (diff) | |
| parent | d70fb72fed6aa11717806a4b0bf52cf9797f6e63 (diff) | |
Merge "msm: mdss: do not print error in case sync_trigger is enabled"
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_dsi_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_dsi_host.c b/drivers/video/fbdev/msm/mdss_dsi_host.c index f0fb791a7b8d..b448153df1df 100644 --- a/drivers/video/fbdev/msm/mdss_dsi_host.c +++ b/drivers/video/fbdev/msm/mdss_dsi_host.c @@ -1161,6 +1161,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; } |
