genirq: Fix harmless typo
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 09:36:05 +0000 (11:36 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 09:36:05 +0000 (11:36 +0200)
commitcd22c0e44b105aecd78e5f9e77abab3a1b8dc00c
tree98be0a3bdb0fcc9ff7f31e774a4c69d655d19041
parent89078d572eb9ce8d4c04264b8b0ba86de0d74c8f
genirq: Fix harmless typo

The late night fixup missed to convert the data type from irq_desc to
irq_data, which results in a harmless but annoying warning.

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