Loading drivers/cpufreq/cpu-boost.c +2 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,8 @@ static int boost_mig_sync_thread(void *data) unsigned int req_freq; while (1) { wait_event(s->sync_wq, s->pending || kthread_should_stop()); wait_event_interruptible(s->sync_wq, s->pending || kthread_should_stop()); if (kthread_should_stop()) break; Loading Loading
drivers/cpufreq/cpu-boost.c +2 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,8 @@ static int boost_mig_sync_thread(void *data) unsigned int req_freq; while (1) { wait_event(s->sync_wq, s->pending || kthread_should_stop()); wait_event_interruptible(s->sync_wq, s->pending || kthread_should_stop()); if (kthread_should_stop()) break; Loading