Re: [PATCH] drm/msm/dpu: remove unused refcount for encoder_phys_wb

2022-04-28 Thread Abhinav Kumar
On 4/28/2022 8:58 AM, Dmitry Baryshkov wrote: On 28/04/2022 18:34, Abhinav Kumar wrote: Remove the unused local variable refcount for encoder_phys_wb as the one part of wb_enc is used directly. Fixes: 0ce51f19453e ("drm/msm/dpu: introduce the dpu_encoder_phys_* for writeback") Reported-by:

Re: [PATCH] drm/msm/dpu: remove unused refcount for encoder_phys_wb

2022-04-28 Thread Dmitry Baryshkov
On 28/04/2022 18:34, Abhinav Kumar wrote: Remove the unused local variable refcount for encoder_phys_wb as the one part of wb_enc is used directly. Fixes: 0ce51f19453e ("drm/msm/dpu: introduce the dpu_encoder_phys_* for writeback") Reported-by: kernel test robot Signed-off-by: Abhinav Kumar -