[PATCH 4/4] drm/exynos: fix NULL pointer reference
Gustavo Padovan
gustavo at padovan.org
Thu Feb 5 05:07:27 PST 2015
Hi,
2015-02-05 Joonyoung Shim <jy0922.shim at samsung.com>:
> There is a case called disable_plane callback function even if
> plane->crtc is NULL from exynos_drm_encoder_disable and it will cause
> NULL pointer reference error.
>
> Signed-off-by: Joonyoung Shim <jy0922.shim at samsung.com>
> ---
> drivers/gpu/drm/exynos/exynos_drm_encoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
You need to merge this patch with patch 3 or you will break the bisect.
The NULL pointer is introduced by the previous patch, so fix it in the same
patch.
Once that is fixed:
Reviewed-by: Gustavo Padovan <gustavo.padovan at collabora.co.uk>
for the whole series.
Gustavo
More information about the dri-devel
mailing list