summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-08-20 06:08:55 +0000
committerMichael Krufky <devnull@localhost>2005-08-20 06:08:55 +0000
commit0e72d16763f0256a4c1c5189618b1f544ba3906d (patch)
treef013481bfcd55ea7618535eed9c4d560b4030e15 /linux/drivers/media/video/cx88
parent2a52f7f2f94985c85a91553a241c7650276487c3 (diff)
downloadmediapointer-dvb-s2-0e72d16763f0256a4c1c5189618b1f544ba3906d.tar.gz
mediapointer-dvb-s2-0e72d16763f0256a4c1c5189618b1f544ba3906d.tar.bz2
removed nested #if 1
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-mpeg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c
index 22c953e4c..efd5fbe22 100644
--- a/linux/drivers/media/video/cx88/cx88-mpeg.c
+++ b/linux/drivers/media/video/cx88/cx88-mpeg.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-mpeg.c,v 1.36 2005/08/16 16:29:52 catalin Exp $
+ * $Id: cx88-mpeg.c,v 1.37 2005/08/20 06:08:55 mkrufky Exp $
*
* Support for the mpeg transport stream transfers
* PCI function #2 of the cx2388x.
@@ -65,7 +65,6 @@ static int cx8802_start_dma(struct cx8802_dev *dev,
/* write TS length to chip */
cx_write(MO_TS_LNGTH, buf->vb.width);
-#if 1
/* FIXME: this needs a review.
* also: move to cx88-blackbird + cx88-dvb source files? */
@@ -107,7 +106,6 @@ static int cx8802_start_dma(struct cx8802_dev *dev,
cx_write(TS_GEN_CNTRL, 0x06); /* punctured clock TS & posedge driven */
udelay(100);
}
-#endif
/* reset counter */
cx_write(MO_TS_GPCNTRL, GP_COUNT_CONTROL_RESET);