Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173974
b: refs/heads/master
c: 8394bcf
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 780dd9c commit cb8b25a
Show file tree
Hide file tree
Showing 3 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: fb1f9020609ead93fcec4b0dd02511a46294c147
refs/heads/master: 8394bcf3fc0293aa5cd07e2a1a3c6bf4e1a5b835
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/ov519.c
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ static int i2c_w(struct sd *sd, __u8 reg, __u8 value)

static int i2c_r(struct sd *sd, __u8 reg)
{
int ret;
int ret = -1;

if (sd->sensor_reg_cache[reg] != -1)
return sd->sensor_reg_cache[reg];
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/w996Xcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ static void w9968cf_pkt_scan(struct gspca_dev *gspca_dev,
/* An empty packet signals EOF */
if (gspca_dev->empty_packet) {
frame = gspca_frame_add(gspca_dev, LAST_PACKET, frame,
data, len);
NULL, 0);
gspca_frame_add(gspca_dev, FIRST_PACKET, frame,
NULL, 0);
gspca_dev->empty_packet = 0;
Expand Down

0 comments on commit cb8b25a

Please sign in to comment.