Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97717
b: refs/heads/master
c: 4277106
h: refs/heads/master
i:
  97715: 39358d9
v: v3
  • Loading branch information
Marcin Slusarz authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent 012d070 commit d16203b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 81b8021a71c194752e8bbb29328cecc744a47b2b
refs/heads/master: 4277106b4fb6edd8f52b0653841faebbf7160480
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/tea5761.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe,
{
struct tea5761_priv *priv = NULL;

if (tea5761_autodetection(i2c_adap, i2c_addr) == EINVAL)
if (tea5761_autodetection(i2c_adap, i2c_addr) != 0)
return NULL;

priv = kzalloc(sizeof(struct tea5761_priv), GFP_KERNEL);
Expand Down

0 comments on commit d16203b

Please sign in to comment.