Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9383
b: refs/heads/master
c: 88bdcc5
h: refs/heads/master
i:
  9381: beb9306
  9379: 545dcd3
  9375: fe6f4a2
v: v3
  • Loading branch information
Jon Burgess authored and Linus Torvalds committed Sep 28, 2005
1 parent 3fa4736 commit ebb4344
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: 0b8dd17762194ec77066d339e0b2866b0c66b715
refs/heads/master: 88bdcc5d5e9a7ea280f99262f48b70aba9d949bf
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/tda10021.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ static u8 tda10021_readreg (struct tda10021_state* state, u8 reg)

ret = i2c_transfer (state->i2c, msg, 2);
if (ret != 2)
printk("DVB: TDA10021(%d): %s: readreg error (ret == %i)\n",
state->frontend.dvb->num, __FUNCTION__, ret);
printk("DVB: TDA10021: %s: readreg error (ret == %i)\n",
__FUNCTION__, ret);
return b1[0];
}

Expand Down

0 comments on commit ebb4344

Please sign in to comment.