On 10/9/2023 11:10 AM, Dmitry Baryshkov wrote:
The msm_drv_shutdown only makes sense for the KMS-enabled devices, while msm_platform_driver is only used in the headless case. Remove the shutdown callback from the driver structure. Reviewed-by: Rob Clark <robdcl...@gmail.com> Signed-off-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> --- drivers/gpu/drm/msm/msm_drv.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Abhinav Kumar <quic_abhin...@quicinc.com>