aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/hdpvr
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/hdpvr')
-rw-r--r--drivers/media/video/hdpvr/hdpvr-video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/hdpvr/hdpvr-video.c b/drivers/media/video/hdpvr/hdpvr-video.c
index 93f795960a94..761d7c5764d0 100644
--- a/drivers/media/video/hdpvr/hdpvr-video.c
+++ b/drivers/media/video/hdpvr/hdpvr-video.c
@@ -338,8 +338,6 @@ static int hdpvr_stop_streaming(struct hdpvr_device *dev)
338 dev->bulk_in_endpointAddr), 338 dev->bulk_in_endpointAddr),
339 buf, dev->bulk_in_size, &actual_length, 339 buf, dev->bulk_in_size, &actual_length,
340 BULK_URB_TIMEOUT)) { 340 BULK_URB_TIMEOUT)) {
341 /* wait */
342 msleep(5);
343 v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev, 341 v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev,
344 "%2d: got %d bytes\n", c, actual_length); 342 "%2d: got %d bytes\n", c, actual_length);
345 } 343 }