]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm/dpu: Drop extraneous return in dpu_crtc_reassign_planes()
authorJessica Zhang <quic_jesszhan@quicinc.com>
Wed, 8 Jan 2025 22:40:48 +0000 (14:40 -0800)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Sat, 15 Feb 2025 19:46:42 +0000 (11:46 -0800)
commit5e192eefebaab5bdcf716add8910d7f8a2e30e3c
treea1e1d2f611f8f32e6485d80441fde6bbe93aa12e
parent144429831f447223253a0e4376489f84ff37d1a7
drm/msm/dpu: Drop extraneous return in dpu_crtc_reassign_planes()

Drop extra return at the end of dpu_crtc_reassign_planes()

Fixes: 774bcfb73176 ("drm/msm/dpu: add support for virtual planes")
Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/631565/
Link: https://lore.kernel.org/r/20250108-virtual-planes-fixes-v1-2-420cb36df94a@quicinc.com
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c