forked from Minki/linux
[media] saa7164: fix vbi compiler warnings
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
99b73d38fa
commit
3dee4317b7
@ -988,9 +988,6 @@ out:
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user