Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181593
b: refs/heads/master
c: 11edebc
h: refs/heads/master
i:
  181591: 2a834bc
v: v3
  • Loading branch information
Antonio Ospite authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 687f5af commit 063303e
Show file tree
Hide file tree
Showing 2 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: 29b87f045552910f964972b7a45e9be054401a0b
refs/heads/master: 11edebc264f14d3f9e05525f238b91da7f5fa81f
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,9 +992,9 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev,
frame = gspca_get_i_frame(gspca_dev);
if (frame == NULL)
goto discard;
if (frame->data_end - frame->data !=
if (frame->data_end - frame->data + (len - 12) !=
gspca_dev->width * gspca_dev->height * 2) {
PDEBUG(D_PACK, "short frame");
PDEBUG(D_PACK, "wrong sized frame");
goto discard;
}
gspca_frame_add(gspca_dev, LAST_PACKET,
Expand Down

0 comments on commit 063303e

Please sign in to comment.