OSDN Git Service

drm/amdgpu: correct irq type used for sdma ecc
authorHawking Zhang <Hawking.Zhang@amd.com>
Thu, 25 Jul 2019 09:22:01 +0000 (17:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 04:48:35 +0000 (23:48 -0500)
commit861324983d4f7fac6a66ddc021511df7d4193e2b
tree2a6c9668d38945fda489af47719184999258137e
parentb4af964e75c4163fe3baf98193495f7921a4b3b7
drm/amdgpu: correct irq type used for sdma ecc

we should pass irq type, instead of irq client id,
to irq_get/put interface

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c