Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371875
b: refs/heads/master
c: 36300fd
h: refs/heads/master
i:
  371873: 1125d55
  371871: 7a2a3e4
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Mark Brown committed Mar 26, 2013
1 parent 7ac4b32 commit 7384774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: e1328a832c7eeeb4dd3c3666605717c555de9e83
refs/heads/master: 36300fd09823be8f7d6feaaa79ddbf54cf205378
5 changes: 1 addition & 4 deletions trunk/sound/soc/soc-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ int snd_soc_codec_set_cache_io(struct snd_soc_codec *codec,
return -EINVAL;
}

if (IS_ERR(codec->control_data))
return PTR_ERR(codec->control_data);

return 0;
return PTR_RET(codec->control_data);
}
EXPORT_SYMBOL_GPL(snd_soc_codec_set_cache_io);
#else
Expand Down

0 comments on commit 7384774

Please sign in to comment.