aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 @@
42#include "dvbdev.h" 42#include "dvbdev.h"
43 43
44static int dvb_frontend_debug; 44static int dvb_frontend_debug;
45static int dvb_shutdown_timeout = 5; 45static int dvb_shutdown_timeout;
46static int dvb_force_auto_inversion; 46static int dvb_force_auto_inversion;
47static int dvb_override_tune_delay; 47static int dvb_override_tune_delay;
48static int dvb_powerdown_on_sleep = 1; 48static int dvb_powerdown_on_sleep = 1;