Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319750
b: refs/heads/master
c: 84d70ee
h: refs/heads/master
v: v3
  • Loading branch information
Yadwinder Singh Brar authored and Samuel Ortiz committed Jul 9, 2012
1 parent 3f3f72a commit 8be1b71
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: 17ffba6ad235cf9c21937ee1343df0d0fb2371fa
refs/heads/master: 84d70ee78bb0c3d8d1d8df74565d010e2e3c31a9
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/max77686-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static irqreturn_t max77686_irq_thread(int irq, void *data)
pr_info("%s: irq_src=0x%x\n", __func__, irq_src);

if (irq_src == MAX77686_IRQSRC_PMIC) {
ret = regmap_bulk_read(max77686->rtc_regmap,
ret = regmap_bulk_read(max77686->regmap,
MAX77686_REG_INT1, irq_reg, 2);
if (ret < 0) {
dev_err(max77686->dev, "Failed to read interrupt source: %d\n",
Expand Down

0 comments on commit 8be1b71

Please sign in to comment.