Re: [PATCH 03/10] drm/msm: fix NULL-deref on snapshot tear down

2023-03-21 Thread Dmitry Baryshkov
On 06/03/2023 12:07, Johan Hovold wrote: In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Fixes: 98659487b845 ("drm/msm: add support to take dpu snapshot") Cc: sta...@vger.kernel.o

[PATCH 03/10] drm/msm: fix NULL-deref on snapshot tear down

2023-03-06 Thread Johan Hovold
In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Fixes: 98659487b845 ("drm/msm: add support to take dpu snapshot") Cc: sta...@vger.kernel.org # 5.14 Cc: Abhinav Kumar Signed-of