diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-02-13 11:28:59 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-02-14 11:42:54 -0800 |
commit | 121b214cdf10d4129b64f2b1f31807154c74ae55 (patch) | |
tree | 2953939debf09266879404e264a4428885fb951d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8b3f09fb44a3b4e88c87a4654f4bf859c2c6447e (diff) |
drm/xe: Fix error handling in xe_irq_install()
When devm_add_action_or_reset() fails, it already calls the function
passed as parameter and that function is already free'ing the irqs.
Drop the goto and just return.
The caller, xe_device_probe(), should also do the same thing instead of
wrongly doing `goto err` and calling the unrelated xe_display_fini()
function.
Fixes: 14d25d8d684d ("drm/xe: change old msi irq api to a new one")
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250213192909.996148-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions