Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206593
b: refs/heads/master
c: 4726a57
h: refs/heads/master
i:
  206591: 4b2a770
v: v3
  • Loading branch information
Joe Perches authored and Mark Brown committed Jul 13, 2010
1 parent 8925624 commit 44346e7
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: 8ff23610a6c2ec8abaab6ae14d9ed8f59c1f944c
refs/heads/master: 4726a57b8c1ba398399fe69b56dc97c196ab4f6b
2 changes: 1 addition & 1 deletion trunk/sound/soc/davinci/davinci-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ static void davinci_pcm_free(struct snd_pcm *pcm)
dma_free_writecombine(pcm->card->dev, buf->bytes,
buf->area, buf->addr);
buf->area = NULL;
iram_dma = (struct snd_dma_buffer *)buf->private_data;
iram_dma = buf->private_data;
if (iram_dma) {
sram_free(iram_dma->area, iram_dma->bytes);
kfree(iram_dma);
Expand Down

0 comments on commit 44346e7

Please sign in to comment.