Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125920
b: refs/heads/master
c: 9bef648
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Ware authored and Mark Brown committed Jan 1, 2009
1 parent 81f2020 commit acd5477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 276c62225a7c98737510483dcaec6af7e7965389
refs/heads/master: 9bef6489d72abd8f598aede92be3854a69324c50
4 changes: 2 additions & 2 deletions trunk/sound/soc/pxa/pxa2xx-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ static int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream)

__pxa2xx_pcm_hw_free(substream);

if (prtd->dma_ch) {
if (prtd->dma_ch >= 0) {
pxa_free_dma(prtd->dma_ch);
prtd->dma_ch = 0;
prtd->dma_ch = -1;
}

return 0;
Expand Down

0 comments on commit acd5477

Please sign in to comment.