git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9a9b3
)
[ALSA] Fix possible races at free_irq in PCI drivers
author
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Apr 2008 15:28:11 +0000
(17:28 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:41 +0000
(12:00 +0200)
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>
No differences found