Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332110
b: refs/heads/master
c: f31e08e
h: refs/heads/master
v: v3
  • Loading branch information
Richard Zhao authored and Mark Brown committed Sep 19, 2012
1 parent 351dfeb commit 1200dc3
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: d37777a13b4c4b32e274013846d739e5bbbf6f8d
refs/heads/master: f31e08e160d646952a5142e3f92f3fcdc645a09b
2 changes: 1 addition & 1 deletion trunk/sound/soc/fsl/imx-pcm-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int snd_imx_open(struct snd_pcm_substream *substream)
ret = snd_dmaengine_pcm_open(substream, filter, dma_data);
if (ret) {
kfree(dma_data);
return 0;
return ret;
}

snd_dmaengine_pcm_set_data(substream, dma_data);
Expand Down

0 comments on commit 1200dc3

Please sign in to comment.