]> 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)
commit4bc6d81a63ddf3d5049d4275b94ba418b22ae64d
tree42107a9899ba01d3803629d98c0632969722dd3f
parentcf5a56030b8bbd0f72cff1f14451b6234c580867
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