From bbc4dbdb666c70bad4ea7b68df1d8a419f596861 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Sat, 9 Aug 2014 00:01:18 +0200 Subject: [PATCH] exynos: font: buffer doesn't need special color initialization --- gfx/exynos_gfx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/exynos_gfx.c b/gfx/exynos_gfx.c index ac5a180cc1..3da3d4cfc3 100644 --- a/gfx/exynos_gfx.c +++ b/gfx/exynos_gfx.c @@ -480,7 +480,6 @@ static int exynos_g2d_init(struct exynos_data *pdata) { src->stride = defaults[i].width * defaults[i].bpp; src->color_mode = defaults[i].g2d_color_mode; - src->color = (i == exynos_image_font) ? 0x00 : 0xff000000; /* Associate GEM buffer storage with G2D image. */ src->buf_type = G2D_IMGBUF_GEM;