Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4680576e authored by Ahmed S. Darwish's avatar Ahmed S. Darwish Committed by Ralf Baechle
Browse files

[MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.

parent 05dc8c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static int msp_hwbutton_register(struct hwbutton_interrupt *hirq)
		CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq);
	*CIC_EXT_CFG_REG = cic_ext;

	return request_irq(hirq->irq, hwbutton_handler, SA_INTERRUPT,
	return request_irq(hirq->irq, hwbutton_handler, IRQF_DISABLED,
				hirq->name, (void *)hirq);
}