Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232758
b: refs/heads/master
c: bed3c1d
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Mauro Carvalho Chehab committed Jan 31, 2011
1 parent 544875f commit a085bc6
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: 56b0ec30c4bc096848efc617f29e525cde2f7084
refs/heads/master: bed3c1de66d04f9e5efcdfc5b8035f3354c4ffcc
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ static int saa711x_probe(struct i2c_client *client,
chip_id = name[5];

/* Check whether this chip is part of the saa711x series */
if (memcmp(name, "1f711", 5)) {
if (memcmp(name + 1, "f711", 4)) {
v4l_dbg(1, debug, client, "chip found @ 0x%x (ID %s) does not match a known saa711x chip.\n",
client->addr << 1, name);
return -ENODEV;
Expand Down

0 comments on commit a085bc6

Please sign in to comment.