Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124359
b: refs/heads/master
c: 8843765
h: refs/heads/master
i:
  124357: 244c453
  124355: bb838a8
  124351: 391805d
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 9d0e7bb commit 825b98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 9edf1a69259a74fc295f2ef52546f3da8bb962cb
refs/heads/master: 8843765e28f0eeb0510edb0cc3037d9e1dffd6a6
6 changes: 2 additions & 4 deletions trunk/drivers/media/video/gspca/stk014.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,8 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev,

/* beginning of the frame */
#define STKHDRSZ 12
gspca_frame_add(gspca_dev, INTER_PACKET, frame,
data + STKHDRSZ, len - STKHDRSZ);
#undef STKHDRSZ
return;
data += STKHDRSZ;
len -= STKHDRSZ;
}
gspca_frame_add(gspca_dev, INTER_PACKET, frame, data, len);
}
Expand Down

0 comments on commit 825b98b

Please sign in to comment.