提交 0a85b482 编写于 作者: L Lennert Buytenhek 提交者: Samuel Ortiz

mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED

Signed-off-by: NLennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 dd9c1549
......@@ -143,9 +143,9 @@ static void asic3_irq_demux(unsigned int irq, struct irq_desc *desc)
unsigned long flags;
struct asic3 *asic;
desc->chip->ack(irq);
desc->irq_data.chip->irq_ack(&desc->irq_data);
asic = desc->handler_data;
asic = get_irq_data(irq);
for (iter = 0 ; iter < MAX_ASIC_ISR_LOOPS; iter++) {
u32 status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册