From: Michael Ellerman Date: Fri, 1 Jun 2007 07:23:26 +0000 (+1000) Subject: [POWERPC] Compare irq numbers with NO_IRQ not IRQ_NONE X-Git-Tag: v2.6.22-rc4~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5921697cf5cae68dcbfa881d9e08f3cebef47eb;p=pandora-kernel.git [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 Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed