[PATCH] v4l: 820: fixed log for tveeprom on em28xx cards
- Fixed log for tveeprom on em28xx cards. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
13dd38d081
commit
f59ab27b7a
|
@ -251,6 +251,7 @@ void em2820_card_setup(struct em2820 *dev)
|
|||
#endif
|
||||
/* Call first TVeeprom */
|
||||
|
||||
dev->i2c_client.addr = 0xa0 >> 1;
|
||||
tveeprom_hauppauge_analog(&dev->i2c_client, &tv, dev->eedata);
|
||||
|
||||
dev->tuner_type= tv.tuner_type;
|
||||
|
|
Loading…
Reference in New Issue