Files
linux/drivers
Tom Rix 8651fcb987 drm/amd/pm: initialize variable
Static analysis reports this problem

amdgpu_pm.c:478:16: warning: The right operand of '<' is a garbage value
  for (i = 0; i < data.nums; i++) {
                ^ ~~~~~~~~~

In some cases data is not set.  Initialize to 0 and flag not setting
data as an error with the existing check.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-05-04 17:38:05 -04:00
..
2021-02-02 14:26:02 +01:00
2021-01-31 08:05:46 -07:00
2021-02-22 14:44:39 -08:00
2021-05-04 17:38:05 -04:00
2021-04-06 22:32:33 +02:00
2021-04-13 23:15:09 +02:00
2021-01-28 01:31:42 +01:00
2021-01-21 14:06:00 -07:00
2021-04-13 23:15:09 +02:00
2021-02-09 12:15:07 +01:00