Skip to content

Commit

Permalink
drm/amd/amdgpu: fix irq domain remove for tonga ih
Browse files Browse the repository at this point in the history
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Junwei Zhang authored and Alex Deucher committed Apr 7, 2016
1 parent f3d58dc commit 303f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/tonga_ih.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static int tonga_ih_sw_fini(void *handle)

amdgpu_irq_fini(adev);
amdgpu_ih_ring_fini(adev);
amdgpu_irq_add_domain(adev);
amdgpu_irq_remove_domain(adev);

return 0;
}
Expand Down

0 comments on commit 303f551

Please sign in to comment.