Re: [PATCH 04/10] drm/msm: fix NULL-deref on irq uninstall

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: f026e431cf86 ("drm/msm: Convert to Linux IRQ interfaces") Cc: sta...@vger.kernel.or

[PATCH 04/10] drm/msm: fix NULL-deref on irq uninstall

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: f026e431cf86 ("drm/msm: Convert to Linux IRQ interfaces") Cc: sta...@vger.kernel.org # 5.14 Cc: Thomas Zimmermann Signed