Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 303f551c authored by Junwei Zhang's avatar Junwei Zhang Committed by Alex Deucher
Browse files

drm/amd/amdgpu: fix irq domain remove for tonga ih

parent f3d58dcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}