]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: tcon: prevent tcon->panel dereference if NULL
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Fri, 5 Oct 2018 21:59:51 +0000 (23:59 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 6 Nov 2018 15:55:29 +0000 (16:55 +0100)
commit4ba01fbe866ed7e1ec283caf8d06ae58f6ad59ee
treec7830416d61fb780ef9e8369b00ca1806043d180
parentb0232cce9c1ab23b76db34eb405d00f538bfc565
drm/sun4i: tcon: prevent tcon->panel dereference if NULL

If tcon->panel pointer is NULL, trying to dereference from it
(i.e. tcon->panel->connector) will cause a null pointer dereference.

Add tcon->panel null pointer check before calling
sun4i_tcon0_mode_set_dithering().

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Fixes: 416ab8018424 ("drm/sun4i: tcon: Add dithering support for
                      RGB565/RGB666 LCD panels")
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181005215951.99003-2-giulio.benetti@micronovasrl.com
drivers/gpu/drm/sun4i/sun4i_tcon.c