Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332050
b: refs/heads/master
c: 58d4683
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Mark Brown committed Sep 5, 2012
1 parent 64de0d4 commit aea810f
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: 75d8f2931a803b803cb4a850448460475c20f30b
refs/heads/master: 58d468328646effa72ada4deaa33e80d678980d6
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm0010.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ static int __devinit wm0010_spi_probe(struct spi_device *spi)
trigger = IRQF_TRIGGER_FALLING;
trigger |= IRQF_ONESHOT;

ret = request_threaded_irq(irq, NULL, wm0010_irq, trigger,
ret = request_threaded_irq(irq, NULL, wm0010_irq, trigger | IRQF_ONESHOT,
"wm0010", wm0010);
if (ret) {
dev_err(wm0010->dev, "Failed to request IRQ %d: %d\n",
Expand Down

0 comments on commit aea810f

Please sign in to comment.