Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232199
b: refs/heads/master
c: 7570800
h: refs/heads/master
i:
  232197: 953b4b8
  232195: cea6d92
  232191: 75fb186
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 2acfb83 commit 7f345e4
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: 9d700a0696ae241380e8ca833bb5a358620d33f6
refs/heads/master: 7570800c9de39c718f84ec4ea820a788556cde4b
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/mb86a20s.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int mb86a20s_i2c_writereg(struct mb86a20s_state *state,

rc = i2c_transfer(state->i2c, &msg, 1);
if (rc != 1) {
printk("%s: writereg rcor(rc == %i, reg == 0x%02x,"
printk("%s: writereg error (rc == %i, reg == 0x%02x,"
" data == 0x%02x)\n", __func__, rc, reg, data);
return rc;
}
Expand Down Expand Up @@ -353,7 +353,7 @@ static int mb86a20s_i2c_readreg(struct mb86a20s_state *state,
rc = i2c_transfer(state->i2c, msg, 2);

if (rc != 2) {
rc("%s: reg=0x%x (rcor=%d)\n", __func__, reg, rc);
rc("%s: reg=0x%x (error=%d)\n", __func__, reg, rc);
return rc;
}

Expand Down

0 comments on commit 7f345e4

Please sign in to comment.