From c071c08a0108edc7cffa5b226c094e2c662801ea Mon Sep 17 00:00:00 2001 From: Supreet Mysore Suresh Date: Wed, 17 Apr 2013 16:13:21 -0700 Subject: [PATCH] remove compilation error by changing int to uint32_t Signed-off-by: Supreet Mysore Suresh Change-Id: Ia7de2f4a9eae4cc16f957163683ddf83c135d379 Signed-off-by: Supreet Mysore Suresh --- include/video/msm_hdmi_modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/video/msm_hdmi_modes.h b/include/video/msm_hdmi_modes.h index b9d389265b9a..e2817973afce 100644 --- a/include/video/msm_hdmi_modes.h +++ b/include/video/msm_hdmi_modes.h @@ -208,7 +208,7 @@ struct msm_hdmi_mode_timing_info { static inline void MSM_HDMI_MODES_INIT_TIMINGS( struct msm_hdmi_mode_timing_info *lut) { - int i; + uint32_t i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i);