diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index d9c19d51a..9bc1c1df7 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.64 2005/02/16 13:11:55 kraxel Exp $ + * $Id: cx88-cards.c,v 1.65 2005/02/22 09:56:28 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -769,6 +769,7 @@ static int hauppauge_eeprom_dvb(struct cx88_core *core, u8 *ee) } printk(KERN_INFO "%s: hauppauge eeprom: model=%d, tuner=%d\n", core->name, model, tuner); + return 0; } /* ----------------------------------------------------------------------- */ |