commit | cd22c0e44b105aecd78e5f9e77abab3a1b8dc00c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 11:36:05 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 11:36:05 2011 +0200 |
tree | 98be0a3bdb0fcc9ff7f31e774a4c69d655d19041 | |
parent | 89078d572eb9ce8d4c04264b8b0ba86de0d74c8f [diff] |
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>