diff --git a/drivers/devfreq/devfreq_boost.c b/drivers/devfreq/devfreq_boost.c index 911ab6832a69..0e4a15713b04 100644 --- a/drivers/devfreq/devfreq_boost.c +++ b/drivers/devfreq/devfreq_boost.c @@ -216,7 +216,7 @@ static void devfreq_boost_input_event(struct input_handle *handle, int i; for (i = 0; i < DEVFREQ_MAX; i++) - __devfreq_boost_kick(d->devices + i); + __devfreq_boost_kick_max(d->devices + i, 250); } static int devfreq_boost_input_connect(struct input_handler *handler,