summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/nvrm/core/ap15/ap15rm_clock_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/nvrm/core/ap15/ap15rm_clock_misc.c b/arch/arm/mach-tegra/nvrm/core/ap15/ap15rm_clock_misc.c
index 54ac28bfd1f7..97835ad98399 100644
--- a/arch/arm/mach-tegra/nvrm/core/ap15/ap15rm_clock_misc.c
+++ b/arch/arm/mach-tegra/nvrm/core/ap15/ap15rm_clock_misc.c
@@ -267,7 +267,7 @@ NvRmPrivAp15BasicReset( NvRmDeviceHandle rm )
{
/*
* For peripheral modules that are not taken from reset, yet,
- * use oscillator as a safe clock
+ * use oscillator as a safe clock
*/
NVRM_SET_OSC_CLOCK(I2S1, I2S1, L);
NVRM_SET_OSC_CLOCK(I2S2, I2S2, L);
@@ -498,7 +498,7 @@ NvRmPrivCheckBondOut( NvRmDeviceHandle hDevice )
val = val >> 1; // Use ARM's clz?
if ( !val )
{
- i = (i + 7) & ~7; // skip till next byte
+ i = (i + 8) & ~7; // skip to next byte
break;
}
i++;