Loading sound/mips/sgio2audio.c +1 −2 Original line number Diff line number Diff line Loading @@ -619,7 +619,6 @@ 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); substream->runtime->dma_area = NULL; return 0; Loading Loading
sound/mips/sgio2audio.c +1 −2 Original line number Diff line number Diff line Loading @@ -619,7 +619,6 @@ 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); substream->runtime->dma_area = NULL; return 0; Loading