Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156396
b: refs/heads/master
c: 4824f20
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Aug 3, 2009
1 parent 6d09e6f commit 2d40216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0e66fff883ef1b6e4c5031e8add8827cd0e2a195
refs/heads/master: 4824f20c8b3adcbc5067c1bdd88408ee68da6bb2
4 changes: 2 additions & 2 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_irq_slp.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline void mask_msp_slp_irq(unsigned int irq)
*/
static inline void ack_msp_slp_irq(unsigned int irq)
{
mask_slp_irq(irq);
mask_msp_slp_irq(irq);

/*
* only really necessary for 18, 16-14 and sometimes 3:0 (since
Expand Down Expand Up @@ -79,7 +79,7 @@ void __init msp_slp_irq_init(void)

/* initialize all the IRQ descriptors */
for (i = MSP_SLP_INTBASE; i < MSP_PER_INTBASE + 32; i++)
set_irq_chip_and_handler(i, &msp_slp_irq_controller
set_irq_chip_and_handler(i, &msp_slp_irq_controller,
handle_level_irq);
}

Expand Down

0 comments on commit 2d40216

Please sign in to comment.