aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-12-15 10:38:06 +1100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-03-09 14:43:46 +0100
commitede317b921aed19494420bebd7caf8f5fab2af46 (patch)
tree8c55a7a907e793ee779b3dec7ffb2c4891d1e982
parent83d68e3f8edd8fc1d04380dec29c0e660c6d3b7b (diff)
downloadkernel_goldelico_gta04-ede317b921aed19494420bebd7caf8f5fab2af46.zip
kernel_goldelico_gta04-ede317b921aed19494420bebd7caf8f5fab2af46.tar.gz
kernel_goldelico_gta04-ede317b921aed19494420bebd7caf8f5fab2af46.tar.bz2
Remove IRQF_EARLY_RESUME in twl4030-irq.
This looks right, but I have another hack in place to fix the problem, and I think this might becausing a lock-up on resume. Need to explore more. Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--drivers/mfd/twl4030-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
index cdd1173..a120953 100644
--- a/drivers/mfd/twl4030-irq.c
+++ b/drivers/mfd/twl4030-irq.c
@@ -673,7 +673,7 @@ int twl4030_sih_setup(struct device *dev, int module, int irq_base)
irq_set_handler_data(irq, agent);
agent->irq_name = kasprintf(GFP_KERNEL, "twl4030_%s", sih->name);
status = request_threaded_irq(irq, NULL, handle_twl4030_sih,
- IRQF_EARLY_RESUME,
+ 0/*IRQF_EARLY_RESUME*/,
agent->irq_name ?: sih->name, NULL);
dev_info(dev, "%s (irq %d) chaining IRQs %d..%d\n", sih->name,