Re: [PATCH v2 0/4] drm: Fix errors about uninitialized/wrong variables

2023-12-06 Thread Maxime Ripard
On Wed, Dec 06, 2023 at 02:50:57PM +0200, Tomi Valkeinen wrote: > Hi all, > > On 03/11/2023 15:14, Tomi Valkeinen wrote: > > Fix cases where smatch reports a use of an uninitialized variable, and > > one where the variable is initialized but contains wrong value. > > > > Tomi > > > > Signed-of

Re: [PATCH v2 0/4] drm: Fix errors about uninitialized/wrong variables

2023-12-06 Thread Tomi Valkeinen
Hi all, On 03/11/2023 15:14, Tomi Valkeinen wrote: Fix cases where smatch reports a use of an uninitialized variable, and one where the variable is initialized but contains wrong value. Tomi Signed-off-by: Tomi Valkeinen --- Changes in v2: - Added two more fixes - Link to v1: https://lore.

[PATCH v2 0/4] drm: Fix errors about uninitialized/wrong variables

2023-11-03 Thread Tomi Valkeinen
Fix cases where smatch reports a use of an uninitialized variable, and one where the variable is initialized but contains wrong value. Tomi Signed-off-by: Tomi Valkeinen --- Changes in v2: - Added two more fixes - Link to v1: https://lore.kernel.org/r/20230804-uninit-fixes-v1-0-a60772c04...@id