Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322896
b: refs/heads/master
c: fd4fb26
h: refs/heads/master
v: v3
  • Loading branch information
Prasad Joshi authored and Mark Brown committed Aug 31, 2012
1 parent e62ad5b commit 1c6c1c4
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: c921928661eda599d73a6a86e58bdd5aecfa18cb
refs/heads/master: fd4fb262b31ecb06bf93defb036e72b33ddf0200
2 changes: 1 addition & 1 deletion trunk/sound/soc/spear/spear_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static void spear_pcm_free(struct snd_pcm *pcm)
continue;

buf = &substream->dma_buffer;
if (!buf && !buf->area)
if (!buf || !buf->area)
continue;

dma_free_writecombine(pcm->card->dev, buf->bytes,
Expand Down

0 comments on commit 1c6c1c4

Please sign in to comment.