diff options
author | Alan Young <ayoung@teleport.com> | 2010-07-26 07:17:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:56:01 -0400 |
commit | 8df787daefb781ca46a5ede3743ac78be897ec57 (patch) | |
tree | 0b8a7d23f7971dde5a93b3c4a266782e3c9ba1a0 /drivers/media | |
parent | 4f5c933abb34532dc962185c999509b97a97fa1b (diff) |
[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.c | 2 |
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) | |||
29 | int ret; | 29 | int ret; |
30 | char request_type = 0x38, snd_request = 0x01; | 30 | char request_type = 0x38, snd_request = 0x01; |
31 | 31 | ||
32 | msleep(10); | ||
33 | |||
34 | mutex_lock(&dev->usbc_mutex); | 32 | mutex_lock(&dev->usbc_mutex); |
35 | dev->usbc_buf[0] = valbuf; | 33 | dev->usbc_buf[0] = valbuf; |
36 | ret = usb_control_msg(dev->udev, | 34 | ret = usb_control_msg(dev->udev, |