Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243531
b: refs/heads/master
c: 458f7f8
h: refs/heads/master
i:
  243529: 9a6b106
  243527: c5c3cf1
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 6a39a99 commit 44dbf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28959f268f910b2cd1c25e838b63c342062e28f2
refs/heads/master: 458f7f8f819b63431f1098a086fafce4a503fb77
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 44dbf5b

Please sign in to comment.