diff options
author | Dmitry Belimov <d.belimov@gmail.com> | 2008-04-23 13:01:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:45 -0400 |
commit | 548899c76e101bdf6228569d6ee6992e8c20da76 (patch) | |
tree | be3044d56151582817279d40bf191bc776672cd2 /drivers/media | |
parent | d5b3d9ff368dee5e87d9987161ff258d87ecc7c0 (diff) |
V4L/DVB (7675): tea5767 autodetection is not working on some saa7134 boards
Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tea5767.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/tea5767.c b/drivers/media/video/tea5767.c index 833f2768958d..f6e7d7ad8424 100644 --- a/drivers/media/video/tea5767.c +++ b/drivers/media/video/tea5767.c | |||
@@ -393,11 +393,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr) | |||
393 | return EINVAL; | 393 | return EINVAL; |
394 | } | 394 | } |
395 | 395 | ||
396 | /* It seems that tea5767 returns 0xff after the 5th byte */ | ||
397 | if ((buffer[5] != 0xff) || (buffer[6] != 0xff)) { | ||
398 | printk(KERN_WARNING "Returned more than 5 bytes. It is not a TEA5767\n"); | ||
399 | return EINVAL; | ||
400 | } | ||
401 | 396 | ||
402 | return 0; | 397 | return 0; |
403 | } | 398 | } |