Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226223
b: refs/heads/master
c: 76e4a9a
h: refs/heads/master
i:
  226221: 45a70cc
  226219: 6e62e68
  226215: 82efbfa
  226207: 34c0dae
v: v3
  • Loading branch information
Axel Lin authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 227d27d commit 06e91df
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: 1ce6a1433572c650247480e1bbbca6bd61db7874
refs/heads/master: 76e4a9a7164263d8ffe816920f84a91e7dfee444
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tea6415c.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int tea6415c_probe(struct i2c_client *client,

/* let's see whether this adapter can support what we need */
if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_WRITE_BYTE))
return 0;
return -EIO;

v4l_info(client, "chip found @ 0x%x (%s)\n",
client->addr << 1, client->adapter->name);
Expand Down

0 comments on commit 06e91df

Please sign in to comment.