summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorOliver Endriss2007-08-25 17:22:16 +0200
committerMauro Carvalho Chehab2007-10-10 03:07:02 +0200
commit849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb (patch)
tree31df33413cf84a526761a0c064b288809b5da835 /drivers/media/dvb
parentV4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixed (diff)
downloadkernel-qcow2-linux-849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb.tar.gz
kernel-qcow2-linux-849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb.tar.xz
kernel-qcow2-linux-849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb.zip
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 <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
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;