Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302089
b: refs/heads/master
c: 38e7f5d
h: refs/heads/master
i:
  302087: c31d61a
v: v3
  • Loading branch information
Mark Brown committed May 17, 2012
1 parent 9bcdde5 commit 60a42ae
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: 6550334f96ab02e540572a142d0851c7f3120585
refs/heads/master: 38e7f5d1b73e71f87745a9c3e5806a6c28c34a53
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 @@ -116,7 +116,7 @@ static irqreturn_t regmap_irq_thread(int irq, void *d)
* doing a write per register.
*/
for (i = 0; i < data->chip->num_regs; i++) {
ret = regmap_read(map, chip->mask_base + (i * map->reg_stride
ret = regmap_read(map, chip->status_base + (i * map->reg_stride
* data->irq_reg_stride),
&data->status_buf[i]);

Expand Down

0 comments on commit 60a42ae

Please sign in to comment.