diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-06-01 09:23:26 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-02 13:01:56 +0200 |
commit | f5921697cf5cae68dcbfa881d9e08f3cebef47eb (patch) | |
tree | f62bed4b30a8c8258ec92dacc2da1c7f48007c22 /drivers/macintosh/Kconfig | |
parent | [POWERPC] Fix return from pte_alloc_one() in out-of-memory case (diff) | |
download | linux-f5921697cf5cae68dcbfa881d9e08f3cebef47eb.tar.xz linux-f5921697cf5cae68dcbfa881d9e08f3cebef47eb.zip |
[POWERPC] Compare irq numbers with NO_IRQ not IRQ_NONE
There is a thinko in the irq code, it uses IRQ_NONE to indicate no irq,
whereas it should be using NO_IRQ. IRQ_NONE is returned from irq
handlers to say "not handled".
As it happens they currently have the same value (0), so this is just for
future proof-ness.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions