diff options
author | Alan Young <ayoung@teleport.com> | 2010-07-26 11:17:53 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 09:56:01 (GMT) |
commit | 8df787daefb781ca46a5ede3743ac78be897ec57 (patch) | |
tree | 0b8a7d23f7971dde5a93b3c4a266782e3c9ba1a0 | |
parent | 4f5c933abb34532dc962185c999509b97a97fa1b (diff) | |
download | linux-fsl-qoriq-8df787daefb781ca46a5ede3743ac78be897ec57.tar.xz |
[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>
-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 5a6b78b..b5cd2b5 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, |