diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:22 -0500 |
commit | 13dd38d0814f36fce3a7ec9cb29a5ce6b0fc2522 (patch) | |
tree | daa5f528843d4d2170aa97c6363545a424966c0e /drivers/media/video/tda8290.c | |
parent | e8b23c0238887e1987d82ec0014a7a1fe010e724 (diff) |
[PATCH] v4l: 819: added autodetection code to tda8290 to avoid conflicts
- Added autodetection code to tda8290, to avoid conflicts with tda9887.
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>
Diffstat (limited to 'drivers/media/video/tda8290.c')
-rw-r--r-- | drivers/media/video/tda8290.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c index fa9b4b898f68..abad3d5b04f6 100644 --- a/drivers/media/video/tda8290.c +++ b/drivers/media/video/tda8290.c | |||
@@ -534,8 +534,8 @@ int tda8290_init(struct i2c_client *c) | |||
534 | } | 534 | } |
535 | if (tuner_addrs == 0) { | 535 | if (tuner_addrs == 0) { |
536 | tuner_addrs = 0x61; | 536 | tuner_addrs = 0x61; |
537 | tuner_info ("could not clearly identify tuner address, defaulting to %x\n", | 537 | tuner_info ("Could not clearly identify tda8290/8275 tuner address.\n"); |
538 | tuner_addrs); | 538 | return -1; |
539 | } else { | 539 | } else { |
540 | tuner_addrs = tuner_addrs & 0xff; | 540 | tuner_addrs = tuner_addrs & 0xff; |
541 | tuner_info ("setting tuner address to %x\n", tuner_addrs); | 541 | tuner_info ("setting tuner address to %x\n", tuner_addrs); |