diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 8054d279f..8ac8ffe68 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-core.c,v 1.31 2005/06/22 22:58:04 mchehab Exp $ + * $Id: cx88-core.c,v 1.32 2005/06/28 23:41:47 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -1185,7 +1185,7 @@ struct cx88_core* cx88_core_get(struct pci_dev *pci) core->radio_addr = cx88_boards[core->board].radio_addr; printk(KERN_INFO "TV tuner %d at 0x%02x, Radio tuner %d at 0x%02x\n", - core->tuner_type, core->tuner_addr<<1, + core->tuner_type, core->tuner_addr<<1, core->radio_type, core->radio_addr<<1); core->tda9887_conf = cx88_boards[core->board].tda9887_conf; |