Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219539
b: refs/heads/master
c: 7655e59
h: refs/heads/master
i:
  219537: 32d2bd5
  219535: 71ffa82
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2010
1 parent 60e2bdf commit 32369ba
Show file tree
Hide file tree
Showing 3 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: dc69798447173a6b711fe36b714892dd2e880297
refs/heads/master: 7655e594945289b418af39f6669fea4666a7b520
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/tda18271-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ int tda18271_write_regs(struct dvb_frontend *fe, int idx, int len)

if (ret != 1)
tda_err("ERROR: idx = 0x%x, len = %d, "
"i2c_transfer returned: %d\n", idx, len, ret);
"i2c_transfer returned: %d\n", idx, max, ret);

return (ret == 1 ? 0 : ret);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ static struct qt1010_config af9015_qt1010_config = {

static struct tda18271_config af9015_tda18271_config = {
.gate = TDA18271_GATE_DIGITAL,
.small_i2c = 1,
.small_i2c = TDA18271_16_BYTE_CHUNK_INIT,
};

static struct mxl5005s_config af9015_mxl5003_config = {
Expand Down

0 comments on commit 32369ba

Please sign in to comment.