genirq: remove extraneous checks in manage.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Jul 2008 05:01:13 +0000 (07:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 10 Jul 2008 05:01:13 +0000 (07:01 +0200)
commit48627d8d23c34106c1365563604739a50343edaf
tree8e73b8abfe222a4f9dee54ec94e4e9195599aac3
parent18404756765c713a0be4eb1082920c04822ce588
genirq: remove extraneous checks in manage.c

In http://bugzilla.kernel.org/show_bug.cgi?id=9580 it was pointed out
that the desc->chip checks are extraneous. In fact these are left
overs from early development and can be removed safely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/manage.c