aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pwc/pwc-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r--drivers/media/usb/pwc/pwc-if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c
index ff657644b6b3..22420c14ac98 100644
--- a/drivers/media/usb/pwc/pwc-if.c
+++ b/drivers/media/usb/pwc/pwc-if.c
@@ -238,8 +238,8 @@ static void pwc_frame_complete(struct pwc_device *pdev)
238 } else { 238 } else {
239 /* Check for underflow first */ 239 /* Check for underflow first */
240 if (fbuf->filled < pdev->frame_total_size) { 240 if (fbuf->filled < pdev->frame_total_size) {
241 PWC_DEBUG_FLOW("Frame buffer underflow (%d bytes);" 241 PWC_DEBUG_FLOW("Frame buffer underflow (%d bytes); discarded.\n",
242 " discarded.\n", fbuf->filled); 242 fbuf->filled);
243 } else { 243 } else {
244 fbuf->vb.field = V4L2_FIELD_NONE; 244 fbuf->vb.field = V4L2_FIELD_NONE;
245 fbuf->vb.sequence = pdev->vframe_count; 245 fbuf->vb.sequence = pdev->vframe_count;