irq: further clean up the free_irq() code flow
authorIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 19:28:29 +0000 (20:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 19:28:29 +0000 (20:28 +0100)
commit8316e38100c70cd1443ac90074eccdd033aa218d
tree155392d9a76df31a1934c181d24467cd93294986
parentae88a23b32fa7e0dc9fa7ce735966e68eb41b0bc
irq: further clean up the free_irq() code flow

Linus noticed that the 'pp' variable can be eliminated
altogether, and the loop can be cleaned up further.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/irq/manage.c