summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
diff options
context:
space:
mode:
authorDavid Woodhouse2007-10-17 08:26:29 +0200
committerLinus Torvalds2007-10-17 17:42:49 +0200
commit1d99493b3a68e40e56459ea3565d4402fb6e5f3a (patch)
tree362ebcf8871e0fad07aa754bb5194de3a2cd64d3 /fs/inode.c
parentreport the per-irq statistics on all arches (diff)
downloadkernel-qcow2-linux-1d99493b3a68e40e56459ea3565d4402fb6e5f3a.tar.gz
kernel-qcow2-linux-1d99493b3a68e40e56459ea3565d4402fb6e5f3a.tar.xz
kernel-qcow2-linux-1d99493b3a68e40e56459ea3565d4402fb6e5f3a.zip
Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()
Andy Gospodarek pointed out that because we return in the middle of the free_irq() function, we never actually do call the IRQ handler that just got deregistered. This should fix it, although I expect Andrew will want to convert those 'return's to 'break'. That's a separate change though. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Cc: Andy Gospodarek <andy@greyhouse.net> Cc: Fernando Luis Vzquez Cao <fernando@oss.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/inode.c')
0 files changed, 0 insertions, 0 deletions