Skip to content

Commit

Permalink
V4L/DVB: ngene: Speed-up tuning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent dc35c9a commit 236fa31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 236fa31

Please sign in to comment.