From 58742d9b2901d0003eafa358d88bc9b636675501 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 14 Jun 2012 13:24:42 +0300 Subject: [PATCH] --- yaml --- r: 316971 b: refs/heads/master c: 6b03b13336ee5d8da7bda8799c9ed990e3daedcc h: refs/heads/master i: 316969: 803036cdeaf78df17586014ddabefa3a1fcfd587 316967: 833410028805f1baca711bf99f0db13e1dc01565 v: v3 --- [refs] | 2 +- trunk/drivers/usb/otg/twl4030-usb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d8ab62c00376..f7a22b6a0a25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79d6680f017a8084ae746f5d845a4fdc4f3a5e43 +refs/heads/master: 6b03b13336ee5d8da7bda8799c9ed990e3daedcc diff --git a/trunk/drivers/usb/otg/twl4030-usb.c b/trunk/drivers/usb/otg/twl4030-usb.c index c4a86da858e2..02979306bf83 100644 --- a/trunk/drivers/usb/otg/twl4030-usb.c +++ b/trunk/drivers/usb/otg/twl4030-usb.c @@ -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);