]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita074db2419ad2b8a631db6a387b4bc1e64f3ca7d
tree98be0a3bdb0fcc9ff7f31e774a4c69d655d19041
parentec0406e0766db81d599cd93486f6bcce69035b51
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