Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192848
b: refs/heads/master
c: d72d7c1
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 69deaf0 commit a9d3d8b
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: 7a02264ca9ec5409e22b9d41f32b431d08eadbce
refs/heads/master: d72d7c1df98628315298102dd1d442bcf24dc44c
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void ivtv_write_vbi(struct ivtv *itv, const struct v4l2_sliced_vbi_data *sliced,
}
}
}
if (found_cc && vi->cc_payload_idx < sizeof(vi->cc_payload)) {
if (found_cc && vi->cc_payload_idx < ARRAY_SIZE(vi->cc_payload)) {
vi->cc_payload[vi->cc_payload_idx++] = cc;
set_bit(IVTV_F_I_UPDATE_CC, &itv->i_flags);
}
Expand Down

0 comments on commit a9d3d8b

Please sign in to comment.