From: David Woodhouse Date: Wed, 17 Oct 2007 06:26:29 +0000 (-0700) Subject: Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() X-Git-Tag: v2.6.24-rc1~740 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d99493b3a68e40e56459ea3565d4402fb6e5f3a;p=pandora-kernel.git 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 Cc: Andy Gospodarek Cc: Fernando Luis Vzquez Cao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed