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:
Oliver Endriss 2009-12-19 22:55:59 -03:00 committed by Mauro Carvalho Chehab
parent dc35c9ae19
commit 236fa316ba

View file

@ -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;