diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-31 11:35:05 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-31 11:35:05 +0000 |
commit | f1ec0a023fbcab9ce62218714d1cd79ddcdeb426 (patch) | |
tree | 3a921f7dbcc54592213fbebd08aa205c721de5df /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | e2e127390240243dc1f163eb96711e3792620a18 (diff) | |
download | mediapointer-dvb-s2-f1ec0a023fbcab9ce62218714d1cd79ddcdeb426.tar.gz mediapointer-dvb-s2-f1ec0a023fbcab9ce62218714d1cd79ddcdeb426.tar.bz2 |
- whitespace cleanups.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index be82751dc..e44e43ab2 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.57 2005/01/24 17:37:23 kraxel Exp $ + * $Id: cx88-cards.c,v 1.58 2005/01/31 11:35:05 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -656,7 +656,7 @@ static int hauppauge_eeprom_dvb(struct cx88_core *core, u8 *ee) return -ENODEV; } printk(KERN_INFO "%s: hauppauge eeprom: model=%d, tuner=%d (%s)\n", - core->name, model, tuner, + core->name, model, tuner, core->pll_desc ? core->pll_desc->name : "UNKNOWN"); core->pll_addr = 0x61; |