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

Tomi Valkeinen posted 2 patches 2 years, 1 month ago
drivers/gpu/drm/drm_file.c        | 2 +-
drivers/gpu/drm/drm_framebuffer.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] drm: Fix errors about uninitialized variables
Posted by Tomi Valkeinen 2 years, 1 month ago
Fix two cases where smatch reports a use of an uninitialized variable.

 Tomi

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
---
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 <tomi.valkeinen@ideasonboard.com>