Staging: cx25821: Fix labels' placement in cx25821-video.c

Delete whitespace before labels.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Leonid V. Fedorenchik 2011-09-16 14:14:34 +08:00 committed by Greg Kroah-Hartman
parent 6562382a6d
commit 2748f26b6a
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ int cx25821_buffer_prepare(struct videobuf_queue *q, struct videobuf_buffer *vb,
return 0;
fail:
fail:
cx25821_free_buffer(q, buf);
return rc;
}