Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248257
b: refs/heads/master
c: 83a3fd3
h: refs/heads/master
i:
  248255: 7705ecf
v: v3
  • Loading branch information
Lu Guanqun authored and Mark Brown committed Apr 6, 2011
1 parent e3e381d commit 3441829
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0d1d7ce95156e0b040f1a4029613716aafd791b1
refs/heads/master: 83a3fd3cf0bfdadfdfc633f6437f9121e28252b9
2 changes: 2 additions & 0 deletions trunk/sound/soc/mid-x86/sst_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ static int sst_platform_open(struct snd_pcm_substream *substream)
ret_val = register_sst_card(stream->sstdrv_ops);
if (ret_val) {
pr_err("sst: sst card registration failed\n");
kfree(stream->sstdrv_ops);
kfree(stream);
return ret_val;
}
runtime->private_data = stream;
Expand Down

0 comments on commit 3441829

Please sign in to comment.