Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148471
b: refs/heads/master
c: ad0b082
h: refs/heads/master
i:
  148469: 90cb85f
  148467: a253f10
  148463: a7100c0
v: v3
  • Loading branch information
Figo.zhang authored and Takashi Iwai committed Jun 7, 2009
1 parent 7bfa176 commit 47af932
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 13be1bf1467e3186a4a9d1b1276cc4bd31e472ea
refs/heads/master: ad0b0822f98ef547e2461ce463e4233bad7848a8
3 changes: 1 addition & 2 deletions trunk/sound/mips/sgio2audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,7 @@ static int snd_sgio2audio_pcm_hw_params(struct snd_pcm_substream *substream,
/* hw_free callback */
static int snd_sgio2audio_pcm_hw_free(struct snd_pcm_substream *substream)
{
if (substream->runtime->dma_area)
vfree(substream->runtime->dma_area);
vfree(substream->runtime->dma_area);
substream->runtime->dma_area = NULL;
return 0;
}
Expand Down

0 comments on commit 47af932

Please sign in to comment.