Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329979
b: refs/heads/master
c: 5016498
h: refs/heads/master
i:
  329977: eab3505
  329975: a0cf7b0
v: v3
  • Loading branch information
Fengguang Wu authored and Samuel Ortiz committed Sep 19, 2012
1 parent 0727cd7 commit 90ff909
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: 9582fdcb6fcf1b596a83b161a2ea886272d2a62f
refs/heads/master: 5016498408de41bc4da5c79055c5698768916ec8
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/88pm860x-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static int __devinit device_irq_init(struct pm860x_chip *chip,
#endif
}

ret = request_threaded_irq(chip->core_irq, NULL, pm860x_irq, flags,
ret = request_threaded_irq(chip->core_irq, NULL, pm860x_irq, flags | IRQF_ONESHOT,
"88pm860x", chip);
if (ret) {
dev_err(chip->dev, "Failed to request IRQ: %d\n", ret);
Expand Down

0 comments on commit 90ff909

Please sign in to comment.