Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357103
b: refs/heads/master
c: b2704e1
h: refs/heads/master
i:
  357101: c2d495d
  357099: 2fba4e6
  357095: 42f1b19
  357087: a168358
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 7ec4ad0 commit e1d0bbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 8ce21ecdf500edfa0123238f40d3fb592a44d9f3
refs/heads/master: b2704e1540b297c06efa96851949ed060bd0d2bb
9 changes: 4 additions & 5 deletions trunk/drivers/staging/media/go7007/wis-tw9903.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ static int wis_tw9903_command(struct i2c_client *client,
0x06, 0xc0, /* reset device */
0, 0,
};
printk(KERN_DEBUG "vscale is %04x, hscale is %04x\n",
vscale, hscale);
dev_dbg(&client->dev, "vscale is %04x, hscale is %04x\n",
vscale, hscale);
/*write_regs(client, regs);*/
break;
}
Expand Down Expand Up @@ -287,12 +287,11 @@ static int wis_tw9903_probe(struct i2c_client *client,
dec->hue = 0;
i2c_set_clientdata(client, dec);

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

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

0 comments on commit e1d0bbf

Please sign in to comment.