aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/gspca/ov534.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index 054bdf02c386..ea2245626d53 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -487,8 +487,9 @@ scan_next:
487 goto discard; 487 goto discard;
488 } 488 }
489 489
490 gspca_frame_add(gspca_dev, LAST_PACKET, frame, NULL, 0); 490 frame = gspca_frame_add(gspca_dev, LAST_PACKET, frame,
491 } 491 NULL, 0);
492 }
492 493
493 /* Done this payload */ 494 /* Done this payload */
494 goto scan_next; 495 goto scan_next;