From 13c797c418dec7e2e94b3a78ac8576f00476cc37 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 17 Jul 2012 14:02:16 -0400 Subject: [PATCH] --- yaml --- r: 320736 b: refs/heads/master c: 34e4cc40a0b077ee28a66d989491b6777a49a778 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/otg/isp1301_omap.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 47b1d85369e9..eb7928b946f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8de1ee8f93fb756000176f916fd0681b47ceb292 +refs/heads/master: 34e4cc40a0b077ee28a66d989491b6777a49a778 diff --git a/trunk/drivers/usb/otg/isp1301_omap.c b/trunk/drivers/usb/otg/isp1301_omap.c index 70cf5d7bca48..512397a98803 100644 --- a/trunk/drivers/usb/otg/isp1301_omap.c +++ b/trunk/drivers/usb/otg/isp1301_omap.c @@ -1575,7 +1575,6 @@ isp1301_probe(struct i2c_client *i2c, const struct i2c_device_id *id) isp->irq_type = IRQF_TRIGGER_FALLING; } - isp->irq_type |= IRQF_SAMPLE_RANDOM; status = request_irq(i2c->irq, isp1301_irq, isp->irq_type, DRIVER_NAME, isp); if (status < 0) {