On 5/2/2022 1:45 PM, Stephen Boyd wrote:
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?
This seems incorrect. Looks like i put this from my local tree.
Should be
Fixes: 86e601c2317f ("drm/msm/dpu: add changes to support writeback in
hw_ctl")
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>