V4L/DVB: ngene: Speed-up tuning
Remove stray mleep() which prevented fast tuning. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
dc35c9ae19
commit
236fa316ba
|
@ -331,7 +331,6 @@ static int ngene_command_mutex(struct ngene *dev, struct ngene_command *com)
|
|||
dev->BootFirmware = 0;
|
||||
|
||||
dev->prev_cmd = com->cmd.hdr.Opcode;
|
||||
msleep(10);
|
||||
|
||||
if (!com->out_len)
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue