diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx88/cx88-core.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-core.c b/drivers/media/video/cx88/cx88-core.c index f379ede3049a..241cabfadeeb 100644 --- a/drivers/media/video/cx88/cx88-core.c +++ b/drivers/media/video/cx88/cx88-core.c | |||
@@ -660,9 +660,7 @@ static unsigned int inline norm_fsc8(struct cx88_tvnorm *norm) | |||
660 | 660 | ||
661 | static unsigned int inline norm_notchfilter(struct cx88_tvnorm *norm) | 661 | static unsigned int inline norm_notchfilter(struct cx88_tvnorm *norm) |
662 | { | 662 | { |
663 | return (norm->id & V4L2_STD_625_50) | 663 | return HLNotchFilter4xFsc; |
664 | ? HLNotchFilter135PAL | ||
665 | : HLNotchFilter135NTSC; | ||
666 | } | 664 | } |
667 | 665 | ||
668 | static unsigned int inline norm_htotal(struct cx88_tvnorm *norm) | 666 | static unsigned int inline norm_htotal(struct cx88_tvnorm *norm) |