Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76388
b: refs/heads/master
c: bbe1e0b
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 7fc20a2 commit bfe8135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 98ae127cae56b99f2282d73399e0e1ca7dc13bc9
refs/heads/master: bbe1e0ba527a18e1ddda2eabb9da369e5bcf556e
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,8 @@ int tda829x_probe(struct tuner *t)
tuner_i2c_xfer_send(&i2c_props, soft_reset, 1);
tuner_i2c_xfer_recv(&i2c_props, buf, PROBE_BUFFER_SIZE);
for (i = 1; i < PROBE_BUFFER_SIZE; i++) {
if (buf[i] == buf[0])
continue;
break;
if (buf[i] != buf[0])
break;
}

/* all bytes are equal, not a tda829x - probably a tda9887 */
Expand Down

0 comments on commit bfe8135

Please sign in to comment.