aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/line6/pcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c
index b9c55f9eb50..9d4c8a606ee 100644
--- a/drivers/staging/line6/pcm.c
+++ b/drivers/staging/line6/pcm.c
@@ -189,8 +189,7 @@ int line6_pcm_stop(struct snd_line6_pcm *line6pcm, int channels)
189 line6pcm->buffer_out = NULL; 189 line6pcm->buffer_out = NULL;
190 } 190 }
191#if LINE6_BACKUP_MONITOR_SIGNAL 191#if LINE6_BACKUP_MONITOR_SIGNAL
192 if (line6pcm->prev_fbuf != NULL) 192 kfree(line6pcm->prev_fbuf);
193 kfree(line6pcm->prev_fbuf);
194#endif 193#endif
195 194
196 return 0; 195 return 0;