Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92747
b: refs/heads/master
c: 548899c
h: refs/heads/master
i:
  92745: 4f548e7
  92743: 4dfda45
v: v3
  • Loading branch information
Dmitry Belimov authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 690ee10 commit 6a1195d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5b3d9ff368dee5e87d9987161ff258d87ecc7c0
refs/heads/master: 548899c76e101bdf6228569d6ee6992e8c20da76
5 changes: 0 additions & 5 deletions trunk/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 6a1195d

Please sign in to comment.