X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Facpi%2Facpi_pad.c;h=8ea8211b2d589c6618d5037e40d653a3771edc55;hb=3c87b791880a2e0dad281c6494b94968d412bfa3;hp=ae307ff36acb9ed76a7a4d360c7c1ad7f99353fa;hpb=fcffa0dbb6c9144d07011531860da2f1e8a8b7cd;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/acpi/acpi_pad.c b/drivers/acpi/acpi_pad.c index ae307ff36acb..8ea8211b2d58 100644 --- a/drivers/acpi/acpi_pad.c +++ b/drivers/acpi/acpi_pad.c @@ -148,8 +148,6 @@ static int power_saving_thread(void *data) while (!kthread_should_stop()) { unsigned long expire_time; - try_to_freeze(); - /* round robin to cpus */ expire_time = last_jiffies + round_robin_time * HZ; if (time_before(expire_time, jiffies)) {