Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263357
b: refs/heads/master
c: d2b4c7b
h: refs/heads/master
i:
  263355: e1c445d
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 15, 2011
1 parent 776c7ee commit 1d98079
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: b8487928f5ca2976e4cb8d329943af849d2b6197
refs/heads/master: d2b4c7bd7eabfaa2e3e5b8107d5eeb56ac879813
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
IRQF_TRIGGER_FALLING,
gpios[i].name,
&gpios[i]);
if (ret)
if (ret < 0)
goto err;

if (gpios[i].wake) {
Expand Down

0 comments on commit 1d98079

Please sign in to comment.