2023-08-04 12:20:00

by Tomi Valkeinen

[permalink] [raw]
Subject: [PATCH 0/2] drm: Fix errors about uninitialized variables

Fix two cases where smatch reports a use of an uninitialized variable.

Tomi

Signed-off-by: Tomi Valkeinen <[email protected]>
---
Tomi Valkeinen (2):
drm/drm_file: fix use of uninitialized variable
drm/framebuffer: Fix use of uninitialized variable

drivers/gpu/drm/drm_file.c | 2 +-
drivers/gpu/drm/drm_framebuffer.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: b0e9267d4ccce9be9217337f4bc364ca24cf7f73
change-id: 20230804-uninit-fixes-188f92d60ac3

Best regards,
--
Tomi Valkeinen <[email protected]>