drm/amdgpu: update parameter of ras_ih_cb
authorTao Zhou <tao.zhou1@amd.com>
Thu, 12 Sep 2019 05:38:44 +0000 (13:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:01 +0000 (09:11 -0500)
commitf5f06e21e9707552962dadc55fe4412b913223a9
treeaca97d5984381c8730a0b50754577c355d7bf476
parente7da754b00ee40af55e522f9dc478d8ed3a3ad3d
drm/amdgpu: update parameter of ras_ih_cb

change struct ras_err_data *err_data to void *err_data, align with
umc code and the callback's declaration in each ras block could
pay no attention to the structure type

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c