diff options
-rw-r--r-- | arch/arm/common/icst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/icst.c b/arch/arm/common/icst.c index d3c0e69df259..d7ed252708c5 100644 --- a/arch/arm/common/icst.c +++ b/arch/arm/common/icst.c | |||
@@ -62,6 +62,7 @@ icst_hz_to_vco(const struct icst_params *p, unsigned long freq) | |||
62 | 62 | ||
63 | if (f > p->vco_min && f <= p->vco_max) | 63 | if (f > p->vco_min && f <= p->vco_max) |
64 | break; | 64 | break; |
65 | i++; | ||
65 | } while (i < 8); | 66 | } while (i < 8); |
66 | 67 | ||
67 | if (i >= 8) | 68 | if (i >= 8) |