Skip to content

Commit

Permalink
[MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
a-darwish authored and ralfbaechle committed Oct 11, 2007
1 parent 05dc8c0 commit 4680576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 4680576

Please sign in to comment.