diff options
author | 2023-10-27 11:02:26 +0530 | |
---|---|---|
committer | 2023-10-31 16:40:15 -0400 | |
commit | 5575ce213241be6c495e1bd10f70cb59d2817db1 (patch) | |
tree | 87b9fe40469ac52114eb8303816b02026537ee37 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amdgpu: check RAS supported first in ras_reset_error_count (diff) | |
download | wireguard-linux-5575ce213241be6c495e1bd10f70cb59d2817db1.tar.xz wireguard-linux-5575ce213241be6c495e1bd10f70cb59d2817db1.zip |
drm/amd/pm: Fix warnings
Fixes warnings:
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:286:45:
warning: '%s' directive output may be truncated writing up to 29 bytes
into a region of size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:286:52:
warning: '%s' directive output may be truncated writing up to 29 bytes
into a region of size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c:72:45: warning:
'%s' directive output may be truncated writing up to 29 bytes into a
region of size 23 [-Wformat-truncation=]
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0.c:72:52: warning:
'%s' directive output may be truncated writing up to 29 bytes into a
region of size 23 [-Wformat-truncation=]
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions