forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
-Wuninitialized[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 6.17This bug was fixed in Linux 6.17This bug was fixed in Linux 6.17
Description
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c:374:30: warning: variable 'data' is uninitialized when used here [-Wuninitialized]
374 | program_imu_rlc_ram(adev, data, (const u32)size);
| ^~~~
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c:365:17: note: initialize the variable 'data' to silence this warning
365 | const u32 *data;
| ^
| = NULL
Metadata
Metadata
Assignees
Labels
-Wuninitialized[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 6.17This bug was fixed in Linux 6.17This bug was fixed in Linux 6.17