diff options
| author | Thomas Gleixner <[email protected]> | 2006-12-22 01:08:14 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-22 08:55:48 -0800 |
| commit | 9d7ac8be4b48737ad1cebd94ed754a269f360708 (patch) | |
| tree | a6f57e44a3a5fa993145f9bf6a9af7dc8f481623 /include/linux | |
| parent | e903387f1ebe3a7ddb93cd49c38341d3632df528 (diff) | |
[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 <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Sylvain Munaut <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions