diff options
| -rw-r--r-- | sound/soc/spear/spear_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/spear/spear_pcm.c b/sound/soc/spear/spear_pcm.c index 97c2cac8e92c..8c7f23729446 100644 --- a/sound/soc/spear/spear_pcm.c +++ b/sound/soc/spear/spear_pcm.c | |||
| @@ -138,7 +138,7 @@ static void spear_pcm_free(struct snd_pcm *pcm) | |||
| 138 | continue; | 138 | continue; |
| 139 | 139 | ||
| 140 | buf = &substream->dma_buffer; | 140 | buf = &substream->dma_buffer; |
| 141 | if (!buf && !buf->area) | 141 | if (!buf || !buf->area) |
| 142 | continue; | 142 | continue; |
| 143 | 143 | ||
| 144 | dma_free_writecombine(pcm->card->dev, buf->bytes, | 144 | dma_free_writecombine(pcm->card->dev, buf->bytes, |
