diff options
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 4dfc75e118ff..e78d52d83acd 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c | |||
@@ -91,7 +91,7 @@ static int tegra30_power_up_cpu(unsigned int cpu) | |||
91 | if (cpumask_test_cpu(cpu, &tegra_cpu_init_mask)) { | 91 | if (cpumask_test_cpu(cpu, &tegra_cpu_init_mask)) { |
92 | timeout = jiffies + msecs_to_jiffies(50); | 92 | timeout = jiffies + msecs_to_jiffies(50); |
93 | do { | 93 | do { |
94 | if (!tegra_powergate_is_powered(pwrgateid)) | 94 | if (tegra_powergate_is_powered(pwrgateid)) |
95 | goto remove_clamps; | 95 | goto remove_clamps; |
96 | udelay(10); | 96 | udelay(10); |
97 | } while (time_before(jiffies, timeout)); | 97 | } while (time_before(jiffies, timeout)); |