Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330879
b: refs/heads/master
c: 5359805
h: refs/heads/master
i:
  330877: 11c0e2e
  330875: 1cf281e
  330871: 5ef659a
  330863: 36ea1ca
  330847: fd29f65
  330815: 7f194e7
  330751: dbf7d58
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent aa1c7c6 commit 8203901
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: 3bfb41001da5740b1c65ff537dfbff5904a4915d
refs/heads/master: 5359805193dc83e1aab2f8e230d57c649363c5c5
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-frontends/it913x-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static int it913x_init_tuner(struct it913x_fe_state *state)

if (reg < 0)
return -ENODEV;
else if (reg < sizeof(nv))
else if (reg < ARRAY_SIZE(nv))
nv_val = nv[reg];
else
nv_val = 2;
Expand Down

0 comments on commit 8203901

Please sign in to comment.