Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66175
b: refs/heads/master
c: 4680576
h: refs/heads/master
i:
  66173: 704c85d
  66171: b813ebf
  66167: a611fcd
  66159: 7e0c5fe
  66143: a5e8628
  66111: 861b91d
  66047: 37f1e64
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Ralf Baechle committed Oct 11, 2007
1 parent 46facd0 commit 8d1061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05dc8c02bf40090e9ed23932b1980ead48eb8870
refs/heads/master: 4680576edecb640f64936bd9b92add0a56027b61
2 changes: 1 addition & 1 deletion trunk/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 8d1061e

Please sign in to comment.