Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320691
b: refs/heads/master
c: fc4b3fa
h: refs/heads/master
i:
  320689: 817276c
  320687: 8f2d5e9
v: v3
  • Loading branch information
Hans-Frieder Vogt authored and Mauro Carvalho Chehab committed Jul 31, 2012
1 parent a4365c2 commit 39dca6d
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: 26ff63137c45886169ed102bddd6e90d6c27f00d
refs/heads/master: fc4b3fa714fb2a078531bccb501cf2ef8c7f888a
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/rtl2832.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ static int rtl2832_set_frontend(struct dvb_frontend *fe)
return -EINVAL;
}

for (j = 0; j < sizeof(bw_params[j]); j++) {
for (j = 0; j < sizeof(bw_params[0]); j++) {
ret = rtl2832_wr_regs(priv, 0x1c+j, 1, &bw_params[i][j], 1);
if (ret)
goto err;
Expand Down

0 comments on commit 39dca6d

Please sign in to comment.