diff options
Diffstat (limited to 'arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c')
-rw-r--r-- | arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c b/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c index c841f083a7f5..bb57ed9ea2bd 100644 --- a/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c +++ b/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c | |||
@@ -149,7 +149,7 @@ static int msp_hwbutton_register(struct hwbutton_interrupt *hirq) | |||
149 | CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); | 149 | CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); |
150 | *CIC_EXT_CFG_REG = cic_ext; | 150 | *CIC_EXT_CFG_REG = cic_ext; |
151 | 151 | ||
152 | return request_irq(hirq->irq, hwbutton_handler, IRQF_DISABLED, | 152 | return request_irq(hirq->irq, hwbutton_handler, 0, |
153 | hirq->name, hirq); | 153 | hirq->name, hirq); |
154 | } | 154 | } |
155 | 155 | ||