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:

committed by
Abhijit Kulkarni

父節點
1b3ad8486d
當前提交
c6257272d4
@@ -263,11 +263,11 @@ enum msm_display_spr_pack_type {
|
||||
};
|
||||
|
||||
static const char *msm_spr_pack_type_str[MSM_DISPLAY_SPR_TYPE_MAX] = {
|
||||
[MSM_DISPLAY_SPR_TYPE_NONE] = "",
|
||||
[MSM_DISPLAY_SPR_TYPE_PENTILE] = "pentile",
|
||||
[MSM_DISPLAY_SPR_TYPE_RGBW] = "rgbw",
|
||||
[MSM_DISPLAY_SPR_TYPE_YYGM] = "yygm",
|
||||
[MSM_DISPLAY_SPR_TYPE_YYGW] = "yygw"
|
||||
[MSM_DISPLAY_SPR_TYPE_NONE] = "",
|
||||
[MSM_DISPLAY_SPR_TYPE_PENTILE] = "pentile",
|
||||
[MSM_DISPLAY_SPR_TYPE_RGBW] = "rgbw",
|
||||
[MSM_DISPLAY_SPR_TYPE_YYGM] = "yygm",
|
||||
[MSM_DISPLAY_SPR_TYPE_YYGW] = "yygw",
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user