diff options
Diffstat (limited to 'drivers/media/video/hdpvr/hdpvr-control.c')
-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, |