From: Johannes Thumshirn Date: Sat, 5 May 2012 14:31:52 +0000 (+0200) Subject: staging: line6/pcm.c: Removed trailing whitespace X-Git-Tag: v3.5-rc1~145^2~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82a74d4a8022fc01b99550e4cd6b90802acd4ef9;p=platform%2Fkernel%2Flinux-exynos.git staging: line6/pcm.c: Removed trailing whitespace Removed a line of only whitespace Signed-off-by: Johannes Thumshirn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c index 90d2d44..5e319e3 100644 --- a/drivers/staging/line6/pcm.c +++ b/drivers/staging/line6/pcm.c @@ -99,7 +99,7 @@ int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int channels) unsigned long flags_new = flags_old | channels; unsigned long flags_final = flags_old; int err = 0; - + line6pcm->prev_fbuf = NULL; if (test_flags(flags_old, flags_new, LINE6_BITS_CAPTURE_BUFFER)) {