Browse Source

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>
Oliver Endriss 15 years ago
parent
commit
236fa316ba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/dvb/ngene/ngene-core.c

+ 0 - 1
drivers/media/dvb/ngene/ngene-core.c

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