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@xxxxxxxxx> > Signed-off-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> > --- Patch contents look sane Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>