Skip to content

Commit

Permalink
[media] saa7164: fix vbi compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 99b73d3 commit 3dee431
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/media/video/saa7164/saa7164-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,6 @@ static int saa7164_vbi_start_streaming(struct saa7164_port *port)

int saa7164_vbi_fmt(struct file *file, void *priv, struct v4l2_format *f)
{
struct saa7164_vbi_fh *fh = priv;
struct saa7164_port *port = fh->port;

/* ntsc */
f->fmt.vbi.samples_per_line = 1600;
f->fmt.vbi.samples_per_line = 1440;
Expand Down

0 comments on commit 3dee431

Please sign in to comment.