From: Oliver Endriss Date: Sat, 25 Aug 2007 15:22:16 +0000 (-0300) Subject: V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb;p=linux-beck.git V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0 Default for dvb_shutdown_timeout set to 0. dvb_shutdown_timeout > 0 is used for debugging only. Signed-off-by: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index 07c0db2abfbc..32017f62a82f 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -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;