diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-07 14:44:59 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-07 14:44:59 +0000 |
commit | 8ffa4c64409b1378cda7de9203be2113420224b5 (patch) | |
tree | e17d7b3b9d15948f7f91e9af997e293e66835fec /linux/drivers/media/video/cx88 | |
parent | 1a6399de3074ab4dc6bdad694bbd8b47d486d6b2 (diff) | |
download | mediapointer-dvb-s2-8ffa4c64409b1378cda7de9203be2113420224b5.tar.gz mediapointer-dvb-s2-8ffa4c64409b1378cda7de9203be2113420224b5.tar.bz2 |
- kill obsolete stuff.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 6 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index b5fbf4a71..277a6d6e0 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.18 2004/11/07 13:17:15 kraxel Exp $ + * $Id: cx88-dvb.c,v 1.19 2004/11/07 14:44:59 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -129,7 +129,7 @@ static int lg_z201_pll_set(struct dvb_frontend* fe, else if (params->frequency < 157500000) bs = 0x01; else if (params->frequency < 443250000) bs = 0x02; else bs = 0x04; - + pllbuf[0] = 0xC2; /* Note: non-linux standard PLL I2C address */ pllbuf[1] = div >> 8; pllbuf[2] = div & 0xff; @@ -217,7 +217,7 @@ static int dvb_register(struct cx8802_dev *dev) return -1; /* Copy the board name into the DVB structure */ - strlcpy(dev->dvb.frontend->ops->info.name, + strlcpy(dev->dvb.frontend->ops->info.name, cx88_boards[dev->core->board].name, sizeof(dev->dvb.frontend->ops->info.name)); diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index e52c54475..116ecaeb2 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.45 2004/11/07 13:17:15 kraxel Exp $ + * $Id: cx88-video.c,v 1.46 2004/11/07 14:44:59 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -990,7 +990,7 @@ static int video_open(struct inode *inode, struct file *file) V4L2_FIELD_SEQ_TB, sizeof(struct cx88_buffer), fh); - + if (fh->radio) { struct cx88_core *core = dev->core; int board = core->board; |