From: Thomas Gleixner Date: Fri, 22 Dec 2006 09:08:14 +0000 (-0800) Subject: [PATCH] genirq: fix irq flow handler uninstall X-Git-Tag: v2.6.20-rc2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d7ac8be4b48737ad1cebd94ed754a269f360708;p=pandora-kernel.git [PATCH] genirq: fix irq flow handler uninstall The sanity check for no_irq_chip in __set_irq_hander() is unconditional on both install and uninstall of an handler. This triggers false warnings and replaces no_irq_chip by dummy_irq_chip in the uninstall case. Check only, when a real handler is installed. Signed-off-by: Thomas Gleixner Acked-by: Ingo Molnar Acked-by: Sylvain Munaut Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed