From 92a16dc4c122516cf49f876bf229d9741f19bac9 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 30 Aug 2005 05:11:41 +0000 Subject: * bttv-cards.c,cx88-cards.c,tveeprom.h: - tveeprom patch was not complete. Completing it. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/bttv-cards.c | 4 ++-- linux/drivers/media/video/cx88/cx88-cards.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index acc904e2a..6e1b564c8 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.69 2005/08/25 06:06:52 mkrufky Exp $ + $Id: bttv-cards.c,v 1.70 2005/08/30 05:11:41 mchehab Exp $ bttv-cards.c @@ -3110,7 +3110,7 @@ static void __devinit hauppauge_eeprom(struct bttv *btv) { struct tveeprom tv; - tveeprom_hauppauge_analog(&tv, eeprom_data); + tveeprom_hauppauge_analog(&btv->i2c_client, &tv, eeprom_data); btv->tuner_type = tv.tuner_type; btv->has_radio = tv.has_radio; } diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 8dc020ecf..e9be0bc95 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.93 2005/08/07 09:24:08 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.94 2005/08/30 05:11:41 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -947,7 +947,7 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) { struct tveeprom tv; - tveeprom_hauppauge_analog(&tv, eeprom_data); + tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data); core->tuner_type = tv.tuner_type; core->has_radio = tv.has_radio; } -- cgit v1.2.3