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)
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>

No differences found