summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2007-08-25 17:22:16 +0200
committerOliver Endriss <o.endriss@gmx.de>2007-08-25 17:22:16 +0200
commit88169b52ca953c8c2f5ed891919a7cd479dd9a43 (patch)
treeb58b535e9784739d3d1e32000cd2cccd04a07f0c /linux/drivers/media/dvb/dvb-core
parent676864252c2ca9ef15718464289fced2e5edb6e5 (diff)
downloadmediapointer-dvb-s2-88169b52ca953c8c2f5ed891919a7cd479dd9a43.tar.gz
mediapointer-dvb-s2-88169b52ca953c8c2f5ed891919a7cd479dd9a43.tar.bz2
dvb_frontend: Default for dvb_shutdown_timeout set to 0
From: Oliver Endriss <o.endriss@gmx.de> 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>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index f2059b1cd..f84f3284b 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -47,7 +47,7 @@
#include "compat.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;