drm/amdgpu: change r type to int in gmc_v9_0_late_init
authorTao Zhou <tao.zhou1@amd.com>
Mon, 2 Sep 2019 11:27:23 +0000 (19:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Sep 2019 22:48:51 +0000 (17:48 -0500)
commitc5b6e585b23382b682653ec84152d1945408f888
treef4628632a50cd525d8ab60287e3d0a6a08f62a9b
parent871e5e7219e720e7993c12e47197709d92cbf244
drm/amdgpu: change r type to int in gmc_v9_0_late_init

change r type from bool to int, suitable for both bool and int return
value

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c