diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2024-12-05 14:33:15 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-12-23 09:11:09 +0300 |
commit | a5fef9baa87f8be359a4b3ed11829ebca82e56ad (patch) | |
tree | e5bd033fcd8bd6b4d7f93c52b569a8823b265210 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 40384c840ea1944d7c5a392e8975ed088ecf0b37 (diff) | |
download | linux-a5fef9baa87f8be359a4b3ed11829ebca82e56ad.tar.xz |
soundwire: bus: Move irq mapping cleanup into devres
Currently the IRQ mapping is disposed off in sdw_drv_remove(), however
if the SoundWire device uses devres this can run before the actual device
clean up, potentially clearing the mapping whilst it is still in use.
Make this devres safe by also moving the sdw_irq_dispose_mapping into
devres.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20241205113315.2266313-1-ckeepax@opensource.cirrus.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions