diff options
| author | Ilia Levi <[email protected]> | 2024-06-06 12:47:05 +0000 |
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2024-06-26 22:25:22 +0000 |
| commit | 80bab5c5038f32c92f5d26ff9df7255247c8dd89 (patch) | |
| tree | b9bfb49fbf9d418fd5bcf3bb98db4b19e063beba /net/unix | |
| parent | drm/xe/pf: Trigger explicit FLR while disabling VFs (diff) | |
| download | kernel-80bab5c5038f32c92f5d26ff9df7255247c8dd89.tar.gz kernel-80bab5c5038f32c92f5d26ff9df7255247c8dd89.zip | |
drm/xe/irq: remove xe_irq_shutdown
The cleanup is done by devres in irq_uninstall.
Commit bbc9651fe9f4 ("drm/xe/irq: move irq_uninstall over to devm")
resolved the ordering issue where irq_uninstall (registered with drmm)
was called after pci_free_irq_vectors (registered with devm upon calling
pci_alloc_irq_vectors). This happened because drmm action list is
registered with devm very early in the init flow - before
pci_alloc_irq_vectors.
Now that irq_uninstall is registered with devm, it will be called before
pci_free_irq_vectors and we can remove xe_irq_shutdown.
Signed-off-by: Ilia Levi <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions
