Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345047
b: refs/heads/master
c: 0582c0f
h: refs/heads/master
i:
  345045: 1194ccc
  345043: 2a4390c
  345039: aad7be8
v: v3
  • Loading branch information
Kim, Milo authored and Samuel Ortiz committed Nov 30, 2012
1 parent fc0cc9c commit f31830c
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: 0e5fca8106199f5c680bb93e75c16381c4c256ce
refs/heads/master: 0582c0fafc36e4a1f2067ea8377c9902cc7997bf
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct regmap_irq_chip tps65911_irq_chip = {
.irq_reg_stride = 2,
.status_base = TPS65910_INT_STS,
.mask_base = TPS65910_INT_MSK,
.ack_base = TPS65910_INT_MSK,
.ack_base = TPS65910_INT_STS,
};

static struct regmap_irq_chip tps65910_irq_chip = {
Expand All @@ -222,7 +222,7 @@ static struct regmap_irq_chip tps65910_irq_chip = {
.irq_reg_stride = 2,
.status_base = TPS65910_INT_STS,
.mask_base = TPS65910_INT_MSK,
.ack_base = TPS65910_INT_MSK,
.ack_base = TPS65910_INT_STS,
};

static int tps65910_irq_init(struct tps65910 *tps65910, int irq,
Expand Down

0 comments on commit f31830c

Please sign in to comment.