[Freedreno] [PATCH] drm/msm/dpu: add missing break statement for update_pending_flush_wb()
Stephen Boyd
swboyd at chromium.org
Mon May 2 20:45:44 UTC 2022
Quoting Abhinav Kumar (2022-05-01 22:39:41)
> Add missing break statement for dpu_hw_ctl_update_pending_flush_wb().
> Otherwise this leads to below build warning.
>
> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c:273:2:
> warning: unannotated fall-through between switch labels
> default:
> ^
> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c:273:2:
> note: insert 'break;' to avoid fall-through
> default:
> ^
> break;
> 1 warning generated.
>
> Fixes: 2e0086d8c61d ("drm/msm/dpu: add changes to support writeback in hw_ctl")
What commit is this?
> Reported-by: kernel test robot <lkp at intel.com>
> Signed-off-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
> ---
Patch contents look sane
Reviewed-by: Stephen Boyd <swboyd at chromium.org>
More information about the Freedreno
mailing list