From 8df787daefb781ca46a5ede3743ac78be897ec57 Mon Sep 17 00:00:00 2001 From: Alan Young Date: Mon, 26 Jul 2010 08:17:53 -0300 Subject: [PATCH] [media] hdpvr: remove unnecessary sleep in hdpvr_config_call Signed-off-by: Janne Grunau Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/hdpvr/hdpvr-control.c | 2 -- 1 file changed, 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, -- 2.7.4