aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-04-30 10:16:54 -0700
committerAlex Deucher <alexander.deucher@amd.com>2021-05-10 18:06:45 -0400
commit2b24c199388e09afea5ca11c6284b320f2ae8ed6 (patch)
treedb63238c1545e3b9ac2f000d3e05ee0cf9a5a3f5 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parent642f3ad00f9640a1a74c6e0da538c5f88d2d0117 (diff)
downloadlinux-2b24c199388e09afea5ca11c6284b320f2ae8ed6.tar.gz
linux-2b24c199388e09afea5ca11c6284b320f2ae8ed6.tar.bz2
linux-2b24c199388e09afea5ca11c6284b320f2ae8ed6.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions