]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix inconsistent of format with argument type in amdgpu_xgmi.c
authorYe Bin <yebin10@huawei.com>
Fri, 9 Oct 2020 07:47:58 +0000 (15:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Oct 2020 18:51:15 +0000 (14:51 -0400)
commit8a277c1af6d96f087db0d4a412a8e47553532a2a
tree42107a9899ba01d3803629d98c0632969722dd3f
parentbbd74bf46f896c922ff1b566acd70bf20d827f14
drm/amdgpu: Fix inconsistent of format with argument type in amdgpu_xgmi.c

Fix follow warning:
[drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:249]: (warning) %d in format
string (no. 1) requires 'int' but the argument type is 'unsigned int'.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c