Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76428
b: refs/heads/master
c: 11645cc
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent f49c61b commit c1508cf
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: ac9bb7f5167d53207893a783a2f722cd6e6ed78f
refs/heads/master: 11645cc370c1af0f6bc9ef7440d452def9580790
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/ves1820.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int ves1820_writereg(struct ves1820_state *state, u8 reg, u8 data)
ret = i2c_transfer(state->i2c, &msg, 1);

if (ret != 1)
printk("ves1820: %s(): writereg error (reg == 0x%02x,"
printk("ves1820: %s(): writereg error (reg == 0x%02x, "
"val == 0x%02x, ret == %i)\n", __FUNCTION__, reg, data, ret);

return (ret != 1) ? -EREMOTEIO : 0;
Expand All @@ -84,7 +84,7 @@ static u8 ves1820_readreg(struct ves1820_state *state, u8 reg)
ret = i2c_transfer(state->i2c, msg, 2);

if (ret != 2)
printk("ves1820: %s(): readreg error (reg == 0x%02x,"
printk("ves1820: %s(): readreg error (reg == 0x%02x, "
"ret == %i)\n", __FUNCTION__, reg, ret);

return b1[0];
Expand Down

0 comments on commit c1508cf

Please sign in to comment.