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>
This commit is contained in:
Tatenda Chipeperekwa
2020-12-08 15:00:14 -08:00
کامیت شده توسط Abhijit Kulkarni
والد 1b3ad8486d
کامیت c6257272d4
31فایلهای تغییر یافته به همراه87 افزوده شده و 85 حذف شده

مشاهده پرونده

@@ -1000,7 +1000,7 @@ static bool _sde_rm_check_lm_and_get_connected_blks(
is_conn_secondary = (reqs->hw_res.display_type ==
SDE_CONNECTOR_SECONDARY) ? true : false;
SDE_DEBUG("check lm %d: dspp %d ds %d pp %d features %d disp type %d\n",
SDE_DEBUG("check lm %d: dspp %d ds %d pp %d features %ld disp type %d\n",
lm_cfg->id, lm_cfg->dspp, lm_cfg->ds, lm_cfg->pingpong,
lm_cfg->features, (int)reqs->hw_res.display_type);
@@ -1036,7 +1036,7 @@ static bool _sde_rm_check_lm_and_get_connected_blks(
} else if ((!is_conn_primary && lm_primary_pref) ||
(!is_conn_secondary && lm_secondary_pref)) {
SDE_DEBUG(
"display preference is not met. display_type: %d lm_features: %x\n",
"display preference is not met. display_type: %d lm_features: %lx\n",
(int)reqs->hw_res.display_type, lm_cfg->features);
return false;
}