Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311263
b: refs/heads/master
c: bffaecc
h: refs/heads/master
i:
  311261: 0c464c8
  311259: bded38d
  311255: 064e5d0
  311247: e55b8e6
  311231: 32a0760
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 48e8daf commit dd8221b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 87736df2401f51e67e55b8d1e6aac98a7990002b
refs/heads/master: bffaecc75cc6cbbf1e46571256d7b137df61bff6
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/lg2160.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int lg216x_write_regs(struct lg216x_state *state,

lg_reg("writing %d registers...\n", len);

for (i = 0; i < len - 1; i++) {
for (i = 0; i < len; i++) {
ret = lg216x_write_reg(state, regs[i].reg, regs[i].val);
if (lg_fail(ret))
return ret;
Expand Down

0 comments on commit dd8221b

Please sign in to comment.