mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
[ALSA] Fix possible races at free_irq in PCI drivers
The irq handler of PCI drivers must be released before releasing other resources since the handler for a shared irq can be still called and may access the freed resource again. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6b9a9b3296
commit
ebf029da38
9 changed files with 26 additions and 32 deletions
Loading…
Add table
Add a link
Reference in a new issue