Skip to content

Commit

Permalink
staging: line6/pcm.c: Removed trailing whitespace
Browse files Browse the repository at this point in the history
Removed a line of only whitespace

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed May 9, 2012
1 parent bc8fa14 commit 82a74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/line6/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 82a74d4

Please sign in to comment.