Skip to content

Commit db6efc5

Browse files
Ariel Otilibilihverkuil
authored andcommitted
media: saa7164: Remove unused values
Coverity-IDs: 1269155, 1269156 Signed-off-by: Ariel Otilibili <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 094f5c3 commit db6efc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/media/pci/saa7164/saa7164-vbi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ static int saa7164_vbi_buffers_alloc(struct saa7164_port *port)
7777
/* TODO: NTSC SPECIFIC */
7878
/* Init and establish defaults */
7979
params->samplesperline = 1440;
80-
params->numberoflines = 12;
8180
params->numberoflines = 18;
82-
params->pitch = 1600;
8381
params->pitch = 1440;
8482
params->numpagetables = 2 +
8583
((params->numberoflines * params->pitch) / PAGE_SIZE);

0 commit comments

Comments
 (0)