Skip to content

-Wuninitialized in drivers/gpu/drm/amd/amdgpu/imu_v12_0.c #2107

@nathanchance

Description

@nathanchance
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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions