Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343910
b: refs/heads/master
c: b3ccce3
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Nov 21, 2012
1 parent c04fef0 commit 4ffff03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b07d650833f832f30bbfa259fa56675fb35adbd3
refs/heads/master: b3ccce3831196d2a7d745879124a8bf2de5db5bf
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/go7007/wis-ov7640.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ static int wis_ov7640_probe(struct i2c_client *client,

client->flags = I2C_CLIENT_SCCB;

printk(KERN_DEBUG
dev_dbg(&client->dev,
"wis-ov7640: initializing OV7640 at address %d on %s\n",
client->addr, adapter->name);

if (write_regs(client, initial_registers) < 0) {
printk(KERN_ERR "wis-ov7640: error initializing OV7640\n");
dev_err(&client->dev, "wis-ov7640: error initializing OV7640\n");
return -ENODEV;
}

Expand Down

0 comments on commit 4ffff03

Please sign in to comment.