From 44dbf5b74a8a6797920a71d4839e2b54ffd98ff2 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 30 Mar 2011 00:39:44 +0200 Subject: [PATCH] --- yaml --- r: 243531 b: refs/heads/master c: 458f7f8f819b63431f1098a086fafce4a503fb77 h: refs/heads/master i: 243529: 9a6b106b1e5951d27da32d410e8c15f88a7280c7 243527: c5c3cf17850f5304a35c3d4d82273b6b4139b1d6 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-jack.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6b5643d704bd..30ef504d0577 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28959f268f910b2cd1c25e838b63c342062e28f2 +refs/heads/master: 458f7f8f819b63431f1098a086fafce4a503fb77 diff --git a/trunk/sound/soc/soc-jack.c b/trunk/sound/soc/soc-jack.c index fcab80b36a37..fc017c0a7b5d 100644 --- a/trunk/sound/soc/soc-jack.c +++ b/trunk/sound/soc/soc-jack.c @@ -331,7 +331,7 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, goto err; if (gpios[i].wake) { - ret = set_irq_wake(gpio_to_irq(gpios[i].gpio), 1); + ret = irq_set_irq_wake(gpio_to_irq(gpios[i].gpio), 1); if (ret != 0) printk(KERN_ERR "Failed to mark GPIO %d as wake source: %d\n",