From: Takashi Iwai Date: Tue, 22 Apr 2008 15:28:11 +0000 (+0200) Subject: [ALSA] Fix possible races at free_irq in PCI drivers X-Git-Tag: v2.6.26-rc1~1087^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf029da38829ede6b53ac8a5ad45b149064ea16;p=pandora-kernel.git [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 --- Reading git-diff-tree failed