Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257491
b: refs/heads/master
c: bd4f2ac
h: refs/heads/master
i:
  257489: e5c2bc6
  257487: 3c5e15f
v: v3
  • Loading branch information
Mark Brown committed Jun 6, 2011
1 parent 9003c4c commit 8c6bc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78bf3c9ab69a957dfa58e521ce7fca056c86b980
refs/heads/master: bd4f2acb8dfbff473f1abe805bca902720f653b4
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@ static bool snd_soc_set_cache_val(void *base, unsigned int idx,
static unsigned int snd_soc_get_cache_val(const void *base, unsigned int idx,
unsigned int word_size)
{
if (!base)
return -1;

switch (word_size) {
case 1: {
const u8 *cache = base;
Expand Down

0 comments on commit 8c6bc01

Please sign in to comment.