diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 92623231db78..4da91d535a5b 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -945,7 +945,7 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) | |||
945 | { | 945 | { |
946 | struct tveeprom tv; | 946 | struct tveeprom tv; |
947 | 947 | ||
948 | tveeprom_hauppauge_analog(&tv, eeprom_data); | 948 | tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data); |
949 | core->tuner_type = tv.tuner_type; | 949 | core->tuner_type = tv.tuner_type; |
950 | core->has_radio = tv.has_radio; | 950 | core->has_radio = tv.has_radio; |
951 | } | 951 | } |