Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: saa7164: Remove unused values

Coverity-IDs: 1269155, 1269156
Signed-off-by: Ariel Otilibili <ariel.otilibili-anieli@eurecom.fr>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Ariel Otilibili and committed by
Hans Verkuil
db6efc57 094f5c31

-2
-2
drivers/media/pci/saa7164/saa7164-vbi.c
··· 77 77 /* TODO: NTSC SPECIFIC */ 78 78 /* Init and establish defaults */ 79 79 params->samplesperline = 1440; 80 - params->numberoflines = 12; 81 80 params->numberoflines = 18; 82 - params->pitch = 1600; 83 81 params->pitch = 1440; 84 82 params->numpagetables = 2 + 85 83 ((params->numberoflines * params->pitch) / PAGE_SIZE);