Skip to content

Commit

Permalink
[media] hdpvr: remove unnecessary sleep in hdpvr_config_call
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Alan Young authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 4f5c933 commit 8df787d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/hdpvr/hdpvr-control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8df787d

Please sign in to comment.