From d92fb909de3c06c30cc7b8aec4240eab67857352 Mon Sep 17 00:00:00 2001 From: Misael Lopez Cruz Date: Fri, 11 Jan 2013 17:00:59 +0100 Subject: [PATCH] --- yaml --- r: 353437 b: refs/heads/master c: 8d61f4901f83461e1f04df7743777e9db5f541aa h: refs/heads/master i: 353435: bcfdda5ef3ed3d6d37f7f4add4a2ca810f29eab3 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/twl6040.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b4afba99c11a..4efd274682bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57d61b9d2d7bc618b7b28a46310d9c2f086f8f51 +refs/heads/master: 8d61f4901f83461e1f04df7743777e9db5f541aa diff --git a/trunk/sound/soc/codecs/twl6040.c b/trunk/sound/soc/codecs/twl6040.c index 3fc3fc64dd8b..ef31ace41d53 100644 --- a/trunk/sound/soc/codecs/twl6040.c +++ b/trunk/sound/soc/codecs/twl6040.c @@ -1174,7 +1174,7 @@ static int twl6040_probe(struct snd_soc_codec *codec) mutex_init(&priv->mutex); ret = request_threaded_irq(priv->plug_irq, NULL, twl6040_audio_handler, - 0, "twl6040_irq_plug", codec); + IRQF_NO_SUSPEND, "twl6040_irq_plug", codec); if (ret) { dev_err(codec->dev, "PLUG IRQ request failed: %d\n", ret); goto plugirq_err;