diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/samsung/exynos5420/dp_lowlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/dp_lowlevel.c b/src/soc/samsung/exynos5420/dp_lowlevel.c index 61445442af..0cd64833f4 100644 --- a/src/soc/samsung/exynos5420/dp_lowlevel.c +++ b/src/soc/samsung/exynos5420/dp_lowlevel.c @@ -894,7 +894,7 @@ void exynos_dp_set_lanex_pre_emphasis(unsigned char request_val, void exynos_dp_set_lane_pre_emphasis(unsigned int level, unsigned char lanecnt) { - unsigned char i; + unsigned int i; u32 reg; void *reg_list[DP_LANE_CNT_4] = { &dp_regs->ln0_link_training_ctl, |