mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
[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 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user