Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138231
b: refs/heads/master
c: 3481c19
h: refs/heads/master
i:
  138229: 7be41ee
  138227: 8bde826
  138223: 7bd3a5b
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a2852b2 commit 0909174
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0dc641dc9f7f168fc45f3032b22dcf7d5b57c47c
refs/heads/master: 3481c19854cdb1de1842c6ea6d558006ac0b3b7d
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,9 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev, struct gspca_frame *frame,
goto discard;
}

gspca_frame_add(gspca_dev, LAST_PACKET, frame, NULL, 0);
}
frame = gspca_frame_add(gspca_dev, LAST_PACKET, frame,
NULL, 0);
}

/* Done this payload */
goto scan_next;
Expand Down

0 comments on commit 0909174

Please sign in to comment.