diff --git a/drivers/cpufreq/cpu-boost.c b/drivers/cpufreq/cpu-boost.c index 6a4008c1c526..d868e9aafc39 100644 --- a/drivers/cpufreq/cpu-boost.c +++ b/drivers/cpufreq/cpu-boost.c @@ -46,7 +46,7 @@ static bool sched_boost_active; static struct delayed_work input_boost_rem; static u64 last_input_time; -#define MIN_INPUT_INTERVAL (150 * USEC_PER_MSEC) +#define MIN_INPUT_INTERVAL (100 * USEC_PER_MSEC) static int set_input_boost_freq(const char *buf, const struct kernel_param *kp) {