“aafe7191c85adf70811cffab2e6eabdf7e51d6ee”上不存在“git@gitcode.net:openanolis/dragonwell8_jdk.git”
提交 cd22c0e4 编写于 作者: T Thomas Gleixner

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: NThomas Gleixner <tglx@linutronix.de>
上级 89078d57
...@@ -132,7 +132,7 @@ irq_get_pending(struct cpumask *mask, struct irq_desc *desc) ...@@ -132,7 +132,7 @@ irq_get_pending(struct cpumask *mask, struct irq_desc *desc)
} }
#else #else
static inline bool irq_can_move_pcntxt(struct irq_data *data) { return true; } static inline bool irq_can_move_pcntxt(struct irq_data *data) { return true; }
static inline bool irq_move_pending(struct irq_desc *data) { return false; } static inline bool irq_move_pending(struct irq_data *data) { return false; }
static inline void static inline void
irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { } irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { }
static inline void static inline void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册