From 672d8e03513b8fa1a148bb43a6921ea824059600 Mon Sep 17 00:00:00 2001 From: Michael Benedict Date: Thu, 12 Sep 2019 00:34:45 +1000 Subject: [PATCH] decon_reg: silence literal conversion warning Signed-off-by: Michael Benedict --- drivers/video/fbdev/exynos/dpu/decon_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/exynos/dpu/decon_reg.c b/drivers/video/fbdev/exynos/dpu/decon_reg.c index 226e601cc8a0..589d79f8fed8 100644 --- a/drivers/video/fbdev/exynos/dpu/decon_reg.c +++ b/drivers/video/fbdev/exynos/dpu/decon_reg.c @@ -2588,7 +2588,7 @@ u32 decon_reg_get_height(u32 id, int dsi_mode) return (FORMATTER_HEIGHT_GET(val)); } -const unsigned long decon_clocks_table[][CLK_ID_MAX] = { +const double decon_clocks_table[][CLK_ID_MAX] = { /* VCLK, ECLK, ACLK, PCLK, DISP_PLL, resolution, MIC_ratio, DSC count */ { 71, 168, 400, 66, 71, 1080 * 1920, MIC_COMP_BYPASS, 0}, { 63, 168, 400, 66, 63, 1440 * 2560, MIC_COMP_RATIO_1_2, 0}, -- 2.20.1