diff --git a/[refs] b/[refs] index d2260a25e7c7..6129290e4d25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76ac5dd6c055101ef9f8c6349cae4ef571039e93 +refs/heads/master: 4f43ac0cb228064cf6a253275ec1ecdab30c62f0 diff --git a/trunk/drivers/media/video/cx88/cx88-core.c b/trunk/drivers/media/video/cx88/cx88-core.c index f379ede3049a..241cabfadeeb 100644 --- a/trunk/drivers/media/video/cx88/cx88-core.c +++ b/trunk/drivers/media/video/cx88/cx88-core.c @@ -660,9 +660,7 @@ static unsigned int inline norm_fsc8(struct cx88_tvnorm *norm) static unsigned int inline norm_notchfilter(struct cx88_tvnorm *norm) { - return (norm->id & V4L2_STD_625_50) - ? HLNotchFilter135PAL - : HLNotchFilter135NTSC; + return HLNotchFilter4xFsc; } static unsigned int inline norm_htotal(struct cx88_tvnorm *norm)