diff options
author | Evan Quan <[email protected]> | 2020-08-14 12:15:44 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-08-14 16:22:41 -0400 |
commit | bc8f830035304b3ba91d4dda2480f868f66fe230 (patch) | |
tree | f53f5870f22c6c286ceed9f9910686e8415c1d66 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ae2bf61ff39e78ce926de37d22dc7d5159c610cd (diff) |
drm/amd/powerplay: suppress the kernel test robot warning
Suppress the warning below:
In file included from drivers/gpu/drm/amd/amdgpu/../powerplay/smu_cmn.c:
>> drivers/gpu/drm/amd/powerplay/smu_cmn.c:485:9: warning: Identical condition 'ret', second condition is always false [identicalConditionAfterEarlyExit]
return ret;
^
drivers/gpu/drm/amd/powerplay/smu_cmn.c:477:6: note: first condition
if (ret)
^
drivers/gpu/drm/amd/powerplay/smu_cmn.c:485:9: note: second condition
return ret;
^
Signed-off-by: Evan Quan <[email protected]>
Reported-by: kernel test robot <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions