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>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
ceaaff1fbd
commit
dd6baeb265
@@ -4596,7 +4596,7 @@ void sde_plane_get_frame_data(struct drm_plane *plane,
|
|||||||
if (ubwc_stats->error || ubwc_stats->meta_error) {
|
if (ubwc_stats->error || ubwc_stats->meta_error) {
|
||||||
SDE_EVT32(DRMID(plane), ubwc_stats->error, ubwc_stats->meta_error,
|
SDE_EVT32(DRMID(plane), ubwc_stats->error, ubwc_stats->meta_error,
|
||||||
SDE_EVTLOG_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);
|
ubwc_stats->error, ubwc_stats->meta_error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user