diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 2 |
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 ab368b2ac..737d95edd 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -36,7 +36,7 @@ static int dvb_frontend_debug = 0; -static int dvb_shutdown_timeout = 0; +static int dvb_shutdown_timeout = 5; #define dprintk if (dvb_frontend_debug) printk |