summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/power-t2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/power-t2.c')
-rw-r--r--arch/arm/mach-tegra/power-t2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/power-t2.c b/arch/arm/mach-tegra/power-t2.c
index 08129b744838..db255cd8a1d9 100644
--- a/arch/arm/mach-tegra/power-t2.c
+++ b/arch/arm/mach-tegra/power-t2.c
@@ -307,7 +307,7 @@ void power_lp0_init(void)
g_lp1CpuPwrGoodCnt = HasPmuProperty ?
PmuProperty.CpuPowerGoodUs : 2000; // Use 2ms by default
g_lp1CpuPwrGoodCnt =
- (4096 * PmuProperty.CpuPowerGoodUs + 124999) / 125000;
+ (4096 * g_lp1CpuPwrGoodCnt + 124999) / 125000;
}