diff options
| -rw-r--r-- | drivers/cpufreq/cpu-boost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpu-boost.c b/drivers/cpufreq/cpu-boost.c index 2c4465c4f451..372c7d0deb79 100644 --- a/drivers/cpufreq/cpu-boost.c +++ b/drivers/cpufreq/cpu-boost.c @@ -40,7 +40,7 @@ static struct work_struct input_boost_work; static unsigned int input_boost_enabled = 1; module_param(input_boost_enabled, uint, 0644); -static unsigned int input_boost_ms = 1500; +static unsigned int input_boost_ms = 750; module_param(input_boost_ms, uint, 0644); static bool sched_boost_on_input; |
