Merge "msm: mdss: print fence name during sync fence timeouts"

This commit is contained in:
Linux Build Service Account 2017-01-05 02:08:47 -08:00 committed by Gerrit - the friendly Code Review server
commit 7da94c32a4

View file

@ -2829,7 +2829,7 @@ static int __mdss_fb_wait_for_fence_sub(struct msm_sync_pt_data *sync_pt_data,
wait_ms);
pr_warn("%s: sync_fence_wait timed out! ",
sync_pt_data->fence_name);
fences[i]->name);
pr_cont("Waiting %ld.%ld more seconds\n",
(wait_ms/MSEC_PER_SEC), (wait_ms%MSEC_PER_SEC));