diff --git a/[refs] b/[refs] index 349101c1e516..ac810b1b4495 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dd75f91ae713049eb6baaa640078f3a6549e522 +refs/heads/master: f3637a5f2e2eb391ff5757bc83fb5de8f9726464 diff --git a/trunk/kernel/irq/manage.c b/trunk/kernel/irq/manage.c index 0a7840aeb0fb..3f9cd4799da7 100644 --- a/trunk/kernel/irq/manage.c +++ b/trunk/kernel/irq/manage.c @@ -1322,6 +1322,7 @@ int request_threaded_irq(unsigned int irq, irq_handler_t handler, if (!thread_fn) return -EINVAL; handler = irq_default_primary_handler; + irqflags |= IRQF_ONESHOT; } action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);