projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df787d
)
[media] hdpvr: remove unecessary sleep in buffer drain loop
author
Alan Young
<ayoung@teleport.com>
Mon, 26 Jul 2010 19:27:32 +0000
(16:27 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 21 Oct 2010 09:56:02 +0000
(07:56 -0200)
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/hdpvr/hdpvr-video.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/hdpvr/hdpvr-video.c
b/drivers/media/video/hdpvr/hdpvr-video.c
index 93f795960a9478d0efaa327259ea321be96780d7..761d7c5764d0aecda069d6b18c4928a25e2f7c26 100644
(file)
--- 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)
dev->bulk_in_endpointAddr),
buf, dev->bulk_in_size, &actual_length,
BULK_URB_TIMEOUT)) {
- /* wait */
- msleep(5);
v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev,
"%2d: got %d bytes\n", c, actual_length);
}