]> err.no Git - linux-2.6/blobdiff - drivers/media/video/tda9887.c
merge 2.6.13-rc4 with ACPI's to-linus tree
[linux-2.6] / drivers / media / video / tda9887.c
index ee35562f4d1a1e4aa682cf23223f2a0071436641..108c3ad7d62229f73d29e0c75459311da8d8e359 100644 (file)
@@ -569,15 +569,6 @@ static int tda9887_configure(struct tda9887 *t)
        tda9887_set_config(t,buf);
        tda9887_set_insmod(t,buf);
 
-#if 0
-       /* This as-is breaks some cards, must be fixed in a
-        * card-specific way, probably using TDA9887_SET_CONFIG to
-        * turn on/off port2 */
-       if (t->std & V4L2_STD_SECAM_L) {
-               /* secam fixup (FIXME: move this to tvnorms array?) */
-               buf[1] &= ~cOutputPort2Inactive;
-       }
-#endif
 
        dprintk(PREFIX "writing: b=0x%02x c=0x%02x e=0x%02x\n",
                buf[1],buf[2],buf[3]);