浏览代码

disp: msm: sde: fix error message in sde_crtc_opr_event_notify

Fix error message arguments in sde_crtc_opr_event_notify
function.

Change-Id: Ibfb4b4a298bc9ec8128061a103ce6500ec1cce29
Signed-off-by: Raviteja Tamatam <[email protected]>
Raviteja Tamatam 2 年之前
父节点
当前提交
a2d05648c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      msm/sde/sde_crtc.c

+ 1 - 1
msm/sde/sde_crtc.c

@@ -3047,7 +3047,7 @@ void sde_crtc_opr_event_notify(struct drm_crtc *crtc)
 		rc = sde_dspp_spr_read_opr_value(sde_crtc->mixers[i].hw_dspp,
 			&current_opr_value[i]);
 		if (rc) {
-			SDE_ERROR("failed to collect OPR %d", i, rc);
+			SDE_ERROR("failed to collect OPR idx: %d rc: %d\n", i, rc);
 			continue;
 		}