mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
remove compilation error by changing int to uint32_t
Signed-off-by: Supreet Mysore Suresh <supreet@codeaurora.org> Change-Id: Ia7de2f4a9eae4cc16f957163683ddf83c135d379 Signed-off-by: Supreet Mysore Suresh <supreet@codeaurora.org>
This commit is contained in:
parent
2c20ba5aa9
commit
c071c08a01
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ struct msm_hdmi_mode_timing_info {
|
||||||
static inline void MSM_HDMI_MODES_INIT_TIMINGS(
|
static inline void MSM_HDMI_MODES_INIT_TIMINGS(
|
||||||
struct msm_hdmi_mode_timing_info *lut)
|
struct msm_hdmi_mode_timing_info *lut)
|
||||||
{
|
{
|
||||||
int i;
|
uint32_t i;
|
||||||
|
|
||||||
for (i = 0; i < HDMI_VFRMT_MAX; i++) {
|
for (i = 0; i < HDMI_VFRMT_MAX; i++) {
|
||||||
struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i);
|
struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i);
|
||||||
|
|
Loading…
Reference in a new issue