Re: [PATCH] drm/mgag200: Initialize delta variable in PLL compute function

2021-08-18 Thread Thomas Zimmermann
Hi Am 17.08.21 um 21:50 schrieb Daniel Vetter: On Tue, Aug 17, 2021 at 8:16 PM Thomas Zimmermann wrote: Initialize delta variable in PLL compute function for G200SE, rev 00 to the maximum value. Fixes uninitialized usage. smatch warnings: drivers/gpu/drm/mgag200/mgag200_pll.c:142

Re: [PATCH] drm/mgag200: Initialize delta variable in PLL compute function

2021-08-17 Thread Daniel Vetter
On Tue, Aug 17, 2021 at 8:16 PM Thomas Zimmermann wrote: > > Initialize delta variable in PLL compute function for G200SE, rev 00 to > the maximum value. Fixes uninitialized usage. > > smatch warnings: > drivers/gpu/drm/mgag200/mgag200_pll.c:142 > mgag200_pixpll_compute_g200se_00() \ >

[PATCH] drm/mgag200: Initialize delta variable in PLL compute function

2021-08-17 Thread Thomas Zimmermann
Initialize delta variable in PLL compute function for G200SE, rev 00 to the maximum value. Fixes uninitialized usage. smatch warnings: drivers/gpu/drm/mgag200/mgag200_pll.c:142 mgag200_pixpll_compute_g200se_00() \ error: uninitialized symbol 'delta'. Signed-off-by: Thomas Zimmermann