Quoting Arnd Bergmann (2020-10-26 12:41:03) > From: Arnd Bergmann <[email protected]> > > There is one harmless duplicate initialization that causes a warning > with 'make W=1': > > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:122:19: warning: initialized > field overwritten [-Woverride-init] > 122 | .max_linewidth = 4096, > | ^~~~ > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:122:19: note: (near > initialization for 'sm8250_dpu_caps.max_linewidth') > > Remove one of the two identical initializers to avoid the warning. > > Fixes: af776a3e1c30 ("drm/msm/dpu: add SM8250 to hw catalog") > Signed-off-by: Arnd Bergmann <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]> _______________________________________________ Freedreno mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/freedreno
