Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323294
b: refs/heads/master
c: ca14275
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Aug 4, 2012
1 parent 8921937 commit 66e8488
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: 7ac140ec426ed304237205be77f99eedfc1186b5
refs/heads/master: ca142750f8ac3d01e45909e624ca783779894640
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regmap-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ static int regmap_irq_set_wake(struct irq_data *data, unsigned int on)
}

static const struct irq_chip regmap_irq_chip = {
.name = "regmap",
.irq_bus_lock = regmap_irq_lock,
.irq_bus_sync_unlock = regmap_irq_sync_unlock,
.irq_disable = regmap_irq_disable,
Expand Down Expand Up @@ -287,6 +286,7 @@ 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;
d->irq = irq;
d->map = map;
d->chip = chip;
Expand Down

0 comments on commit 66e8488

Please sign in to comment.