disp: msm: sde: fix UBWC stat error log format
Fix UBWC stat error log format to match number of arguments. Change-Id: I08f1b7a13e370dc7cf3a5a9fc11c089f69e742b5 Signed-off-by: Amine Najahi <quic_anajahi@quicinc.com>
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
ceaaff1fbd
當前提交
dd6baeb265
@@ -4596,7 +4596,7 @@ void sde_plane_get_frame_data(struct drm_plane *plane,
|
||||
if (ubwc_stats->error || ubwc_stats->meta_error) {
|
||||
SDE_EVT32(DRMID(plane), ubwc_stats->error, ubwc_stats->meta_error,
|
||||
SDE_EVTLOG_ERROR);
|
||||
SDE_DEBUG_PLANE(psde, "plane%d ubwc_error %d meta_error %d\n",
|
||||
SDE_DEBUG_PLANE(psde, "ubwc_error:0x%x meta_error:0x%x\n",
|
||||
ubwc_stats->error, ubwc_stats->meta_error);
|
||||
}
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者