disp: msm: fix compilation errors for dlkm compilation
Fix dlkm compilation errors that are due to the use of -Werror flags used by the build system. Change-Id: I5e1e9bc63c1361d73e4930aab123212717872ecb Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
此提交包含在:
@@ -3358,7 +3358,7 @@ static void sde_encoder_get_qsync_fps_callback(
|
||||
if (!sde_enc->cur_master ||
|
||||
!(sde_enc->disp_info.capabilities &
|
||||
MSM_DISPLAY_CAP_VID_MODE)) {
|
||||
SDE_ERROR("invalid qsync settings %b\n",
|
||||
SDE_ERROR("invalid qsync settings %d\n",
|
||||
!sde_enc->cur_master);
|
||||
return;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者