]> err.no Git - linux-2.6/commitdiff
V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0
authorOliver Endriss <o.endriss@gmx.de>
Sat, 25 Aug 2007 15:22:16 +0000 (12:22 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:07:02 +0000 (22:07 -0300)
Default for dvb_shutdown_timeout set to 0.
dvb_shutdown_timeout > 0 is used for debugging only.

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_frontend.c

index 07c0db2abfbce392ce00a3e8432396859a00df13..32017f62a82f1c0ee8e84dbbf293dc11d77c6c7b 100644 (file)
@@ -42,7 +42,7 @@
 #include "dvbdev.h"
 
 static int dvb_frontend_debug;
-static int dvb_shutdown_timeout = 5;
+static int dvb_shutdown_timeout;
 static int dvb_force_auto_inversion;
 static int dvb_override_tune_delay;
 static int dvb_powerdown_on_sleep = 1;