Merge tag 'iwlwifi-for-kalle-2015-06-12' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / drivers / cpuidle / cpuidle-big_little.c
index 40c34faffe594951c7e6aea92f730fbfd201c71f..db2ede565f1aab2228d818d38ee41a8a358a3fc8 100644 (file)
@@ -108,13 +108,7 @@ static int notrace bl_powerdown_finisher(unsigned long arg)
        unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0);
 
        mcpm_set_entry_vector(cpu, cluster, cpu_resume);
-
-       /*
-        * Residency value passed to mcpm_cpu_suspend back-end
-        * has to be given clear semantics. Set to 0 as a
-        * temporary value.
-        */
-       mcpm_cpu_suspend(0);
+       mcpm_cpu_suspend();
 
        /* return value != 0 means failure */
        return 1;
This page took 0.02482 seconds and 5 git commands to generate.