Hi all,
After merging the drm-fixes tree, today's linux-next build (KCONFIG_NAME) produced this warning:
drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c: In function 'smu_v11_0_setup_pptable': drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c:368:40: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] smu->smu_table.power_play_table_size = size; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Introduced by commit
00430144ff73 ("drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable")
Looks like a false positive.
On Thu, Aug 22, 2019 at 6:06 PM Stephen Rothwell sfr@canb.auug.org.au wrote:
Hi all,
After merging the drm-fixes tree, today's linux-next build (KCONFIG_NAME) produced this warning:
drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c: In function 'smu_v11_0_setup_pptable': drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c:368:40: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] smu->smu_table.power_play_table_size = size;
Introduced by commit 00430144ff73 ("drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable") Looks like a false positive.
Silenced here: https://patchwork.freedesktop.org/patch/325728/
Alex
-- Cheers, Stephen Rothwell _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org