Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343914
b: refs/heads/master
c: 76705fe
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Nov 21, 2012
1 parent 707d065 commit c425fed
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: 77f0773804ca49e3ed9075063ce7d954cafa49af
refs/heads/master: 76705fe8e1e173c9512a0fd638a1ed6356890b28
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/go7007/wis-saa7113.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ static int wis_saa7113_probe(struct i2c_client *client,
dec->hue = 0;
i2c_set_clientdata(client, dec);

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

if (write_regs(client, initial_registers) < 0) {
printk(KERN_ERR
dev_err(&client->dev,
"wis-saa7113: error initializing SAA7113\n");
kfree(dec);
return -ENODEV;
Expand Down

0 comments on commit c425fed

Please sign in to comment.