Browse Source

[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>
Alan Young 15 years ago
parent
commit
8df787daef
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/media/video/hdpvr/hdpvr-control.c

+ 0 - 2
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,