]> git.itanic.dy.fi Git - linux-stable/commit
drm/panel: novatek-nt36682e: don't unregister DSI device
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 4 Apr 2024 10:08:00 +0000 (13:08 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 16 Apr 2024 20:17:59 +0000 (23:17 +0300)
commit941c0bdbc176df825adf77052263b2d63db6fef7
tree625563f0b30ae8b67c62508f889a94a7e5be305d
parent9e4d3f4f34455abbaa9930bf6b7575a5cd081496
drm/panel: novatek-nt36682e: don't unregister DSI device

The DSI device for the panel was registered by the DSI host, so it is an
error to unregister it from the panel driver. Drop the call to
mipi_dsi_device_unregister().

Fixes: ea4f9975625a ("drm/panel: Add support for Novatek NT36672E panel driver")
Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240404-drop-panel-unregister-v1-2-9f56953c5fb9@linaro.org
drivers/gpu/drm/panel/panel-novatek-nt36672e.c