]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_irq.c
index 11dfe57bd8bbb32eed0152c4055b5f4488bdab7a..3a5ca462abf093457381bcaeae1a8e7ecb90b33e 100644 (file)
@@ -259,6 +259,7 @@ void amdgpu_irq_fini(struct amdgpu_device *adev)
                        }
                }
                kfree(adev->irq.client[i].sources);
+               adev->irq.client[i].sources = NULL;
        }
 }
 
This page took 0.03438 seconds and 4 git commands to generate.