Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270806
b: refs/heads/master
c: 3ebb5c9
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Oct 9, 2011
1 parent 9cb0df7 commit a02f2c2
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: 024dc078558e64e4cebc62c096285430a61dd10e
refs/heads/master: 3ebb5c9b1056b7eaae3e5dd11b97e2830797e51c
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static unsigned int hw_read(struct snd_soc_codec *codec, unsigned int reg)
if (ret == 0)
return val;
else
return ret;
return -1;
}

ret = snd_soc_cache_read(codec, reg, &val);
Expand Down

0 comments on commit a02f2c2

Please sign in to comment.