drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcode
authorLikun Gao <Likun.Gao@amd.com>
Tue, 27 Sep 2022 09:15:20 +0000 (17:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Sep 2022 13:41:46 +0000 (09:41 -0400)
commit2d89e2ddfd00ca569dd73883c7c70badbd57f4ac
tree6dc04e9fa7ab2100da01dd7ca231bceb53a9cfed
parent9e447c811ab31cd69d8fff18283fb695e1ff59a5
drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcode

Change the type of parameter on amdgpu_gfx_cp_init_microcode to fix
compiler warning.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h