Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpi_pad.c
index ae307ff36acb9ed76a7a4d360c7c1ad7f99353fa..8ea8211b2d589c6618d5037e40d653a3771edc55 100644 (file)
@@ -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)) {