diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-08-25 11:22:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:02 -0400 |
commit | 849be2cdf11eef830ec2a3f916c8e7d1e51bc9fb (patch) | |
tree | 31df33413cf84a526761a0c064b288809b5da835 /drivers | |
parent | 48136e1e93195b56dc3d9b0730917241b3365633 (diff) |
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')
-rw-r--r-- | drivers/media/dvb/dvb-core/dvb_frontend.c | 2 |
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 @@ | |||
42 | #include "dvbdev.h" | 42 | #include "dvbdev.h" |
43 | 43 | ||
44 | static int dvb_frontend_debug; | 44 | static int dvb_frontend_debug; |
45 | static int dvb_shutdown_timeout = 5; | 45 | static int dvb_shutdown_timeout; |
46 | static int dvb_force_auto_inversion; | 46 | static int dvb_force_auto_inversion; |
47 | static int dvb_override_tune_delay; | 47 | static int dvb_override_tune_delay; |
48 | static int dvb_powerdown_on_sleep = 1; | 48 | static int dvb_powerdown_on_sleep = 1; |