Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371903
b: refs/heads/master
c: 593b66f
h: refs/heads/master
i:
  371901: af69681
  371899: 6e84da6
  371895: 5c40360
  371887: aaf5678
  371871: 7a2a3e4
  371839: b3f6dc3
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Mar 26, 2013
1 parent 449c475 commit 8803875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: ebd59b07ecd9d35d5bc88c91a4878fbb4549ed42
refs/heads/master: 593b66fbbcac78b73ec17270c874f6db8eabd97c
8 changes: 1 addition & 7 deletions trunk/sound/soc/spear/spear_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ static int spear_pcm_open(struct snd_pcm_substream *substream)
if (ret)
return ret;

ret = snd_dmaengine_pcm_open(substream, dma_data->filter, dma_data);
if (ret)
return ret;

snd_dmaengine_pcm_set_data(substream, dma_data);

return 0;
return snd_dmaengine_pcm_open(substream, dma_data->filter, dma_data)
}

static int spear_pcm_mmap(struct snd_pcm_substream *substream,
Expand Down

0 comments on commit 8803875

Please sign in to comment.