Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257657
b: refs/heads/master
c: 9857edf
h: refs/heads/master
i:
  257655: 9ad8bb2
v: v3
  • Loading branch information
Greg Thelen authored and Takashi Iwai committed Jun 13, 2011
1 parent e9ee01e commit f5f1832
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5ab775c7078533de0032fba3619d24e5cb9a6a34
refs/heads/master: 9857edfd4db0dc879f786e042f24900fd683b0ac
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
{
unsigned cmd = make_codec_cmd(codec, nid, direct, verb, parm);
unsigned int res;
codec_exec_verb(codec, cmd, &res);
if (codec_exec_verb(codec, cmd, &res))
return -1;
return res;
}
EXPORT_SYMBOL_HDA(snd_hda_codec_read);
Expand Down

0 comments on commit f5f1832

Please sign in to comment.