Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316971
b: refs/heads/master
c: 6b03b13
h: refs/heads/master
i:
  316969: 803036c
  316967: 8334100
v: v3
  • Loading branch information
Felipe Balbi committed Jun 14, 2012
1 parent 4a18f18 commit 58742d9
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: 79d6680f017a8084ae746f5d845a4fdc4f3a5e43
refs/heads/master: 6b03b13336ee5d8da7bda8799c9ed990e3daedcc
4 changes: 2 additions & 2 deletions trunk/drivers/usb/otg/twl4030-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@ static int __devinit twl4030_usb_probe(struct platform_device *pdev)
*/
twl->irq_enabled = true;
status = request_threaded_irq(twl->irq, NULL, twl4030_usb_irq,
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
"twl4030_usb", twl);
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
IRQF_ONESHOT, "twl4030_usb", twl);
if (status < 0) {
dev_dbg(&pdev->dev, "can't get IRQ %d, err %d\n",
twl->irq, status);
Expand Down

0 comments on commit 58742d9

Please sign in to comment.