On 11/7/2023 3:14 AM, Dmitry Baryshkov wrote:
It seems during rebases I have left a call to drm_kms_helper_poll_init() which is not guarded by the (priv->kms_init) check. This leads to the crash for the boards which don't have KMS output. Drop this call, as there is a correctly guarded one next to the one being removed. Fixes: 506efcba3129 ("drm/msm: carve out KMS code from msm_drv.c") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> ---
Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>