1
0
Fork 0
alistair23-linux/drivers/gpu/drm/mcde
Dan Carpenter bb5ce9a017 drm/mcde: Fix an uninitialized variable
We never set "vblank" to "false".

Current versions of GCC will initialize it to zero automatically at
certain optimization levels so that's probably why this didn't show up
in testing.

Fixes: 5fc537bfd0 ("drm/mcde: Add new driver for ST-Ericsson MCDE")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190529113458.GG19119@mwanda
2019-06-13 11:55:23 +02:00
..
Kconfig
Makefile
mcde_display.c drm/mcde: Fix an uninitialized variable 2019-06-13 11:55:23 +02:00
mcde_display_regs.h
mcde_drm.h
mcde_drv.c
mcde_dsi.c drm/mcde: Fix compile problems 2019-05-26 13:42:23 +02:00
mcde_dsi_regs.h