disp: msm: sde: fix wrong message arguments in sde
Fix debug message arguments in sde which are found with -Wformat-extra-args and -Wstrict-prototypes compilation flag and add compile flags to msm compilation. Change-Id: Ic7f30e0cab3ea16b7f2a34658262b6f51da259e9 Signed-off-by: Raviteja Tamatam <quic_travitej@quicinc.com> Signed-off-by: Nilaan Gunabalachandran <quic_ngunabal@quicinc.com>
这个提交包含在:

提交者
Nilaan Gunabalachandran

父节点
a2d05648c2
当前提交
4f8c2cf667
@@ -6138,7 +6138,7 @@ void sde_encoder_misr_sign_event_notify(struct drm_encoder *drm_enc)
|
||||
phys = sde_enc->phys_encs[i];
|
||||
|
||||
if (!phys || !phys->ops.collect_misr) {
|
||||
SDE_DEBUG("invalid misr ops\n", i);
|
||||
SDE_DEBUG("invalid misr ops idx:%d\n", i);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户