From b906bbef829ff93695d6120d9a9c2e7bbe7abe68 Mon Sep 17 00:00:00 2001 From: Kalle Jokiniemi Date: Tue, 16 Oct 2012 17:59:35 +0300 Subject: [PATCH] --- yaml --- r: 336031 b: refs/heads/master c: 8b41669ceba0c2d4c09d69ccb9a3458953dae784 h: refs/heads/master i: 336029: 7093562b1acb6415e1f91dff5e28f56d64bbf69f 336027: dd7394eb37c316d1555a72aac3b8c5e6e6c5d3c5 336023: 6ad4ebd1314605b428379380cf6256420f3ee88f 336015: f81dd0448a751acac16cf4801918e1e3d6cd4321 335999: 7aaa5b18784af4adfba7a7bfce0df39b0dbda989 v: v3 --- [refs] | 2 +- trunk/drivers/mfd/twl4030-irq.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6ae5eacd327a..60e078132724 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46b9d13aaec19dfbd5882a999e8ed85fc97a751e +refs/heads/master: 8b41669ceba0c2d4c09d69ccb9a3458953dae784 diff --git a/trunk/drivers/mfd/twl4030-irq.c b/trunk/drivers/mfd/twl4030-irq.c index ad733d76207a..cdd1173ed4e9 100644 --- a/trunk/drivers/mfd/twl4030-irq.c +++ b/trunk/drivers/mfd/twl4030-irq.c @@ -672,7 +672,8 @@ int twl4030_sih_setup(struct device *dev, int module, int irq_base) irq = sih_mod + twl4030_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, 0, + status = request_threaded_irq(irq, NULL, handle_twl4030_sih, + IRQF_EARLY_RESUME, agent->irq_name ?: sih->name, NULL); dev_info(dev, "%s (irq %d) chaining IRQs %d..%d\n", sih->name,