Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323295
b: refs/heads/master
c: 685879f
h: refs/heads/master
i:
  323293: 8921937
  323291: 288de69
  323287: 3e33666
  323279: 3250c4f
  323263: 3631d63
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Aug 4, 2012
1 parent 66e8488 commit 21bf666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca142750f8ac3d01e45909e624ca783779894640
refs/heads/master: 685879f4b2036e58c1a0cdaaee2b155d3c965461
5 changes: 5 additions & 0 deletions trunk/drivers/base/regmap/regmap-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,

d->irq_chip = regmap_irq_chip;
d->irq_chip.name = chip->name;
if (!chip->wake_base) {
d->irq_chip.irq_set_wake = NULL;
d->irq_chip.flags |= IRQCHIP_MASK_ON_SUSPEND |
IRQCHIP_SKIP_SET_WAKE;
}
d->irq = irq;
d->map = map;
d->chip = chip;
Expand Down

0 comments on commit 21bf666

Please sign in to comment.