aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorAlan Young <ayoung@teleport.com>2010-07-26 08:17:53 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 07:56:01 -0200
commit8df787daefb781ca46a5ede3743ac78be897ec57 (patch)
tree0b8a7d23f7971dde5a93b3c4a266782e3c9ba1a0 /drivers/media
parent[media] hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag (diff)
downloadlinux-dev-8df787daefb781ca46a5ede3743ac78be897ec57.tar.xz
linux-dev-8df787daefb781ca46a5ede3743ac78be897ec57.zip
[media] hdpvr: remove unnecessary sleep in hdpvr_config_call
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/hdpvr/hdpvr-control.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/hdpvr/hdpvr-control.c b/drivers/media/video/hdpvr/hdpvr-control.c
index 5a6b78b8d25d..b5cd2b50f748 100644
--- a/drivers/media/video/hdpvr/hdpvr-control.c
+++ b/drivers/media/video/hdpvr/hdpvr-control.c
@@ -29,8 +29,6 @@ int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf)
int ret;
char request_type = 0x38, snd_request = 0x01;
- msleep(10);
-
mutex_lock(&dev->usbc_mutex);
dev->usbc_buf[0] = valbuf;
ret = usb_control_msg(dev->udev,