Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307688
b: refs/heads/master
c: d6de85e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Grant Likely committed May 18, 2012
1 parent a993844 commit b002183
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e92935e13a052df7e6bc274e00fc91b80531f1e4
refs/heads/master: d6de85e85edcc38c9edcde45a0a568818fcddc13
3 changes: 2 additions & 1 deletion trunk/drivers/gpio/gpio-mpc8xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ static void mpc8xxx_gpio_irq_cascade(unsigned int irq, struct irq_desc *desc)
if (mask)
generic_handle_irq(irq_linear_revmap(mpc8xxx_gc->irq,
32 - ffs(mask)));
chip->irq_eoi(&desc->irq_data);
if (chip->irq_eoi)
chip->irq_eoi(&desc->irq_data);
}

static void mpc8xxx_irq_unmask(struct irq_data *d)
Expand Down

0 comments on commit b002183

Please sign in to comment.