mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
[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>
This commit is contained in:
parent
4f5c933abb
commit
8df787daef
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user