Skip to content

Commit

Permalink
V4L/DVB (7675): tea5767 autodetection is not working on some saa7134 …
Browse files Browse the repository at this point in the history
…boards

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Dmitry Belimov authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent d5b3d9f commit 548899c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/media/video/tea5767.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr)
return EINVAL;
}

/* It seems that tea5767 returns 0xff after the 5th byte */
if ((buffer[5] != 0xff) || (buffer[6] != 0xff)) {
printk(KERN_WARNING "Returned more than 5 bytes. It is not a TEA5767\n");
return EINVAL;
}

return 0;
}
Expand Down

0 comments on commit 548899c

Please sign in to comment.