Hello there,
[linux-4.4-rc7/arch/arm/common/icst.c:61]: (style) Condition 'i<8' is always true
Source code is
do {
f = freq * p->s2div[p->idx2s[i]];
if (f> p->vco_min && f <= p->vco_max)
break;
} while (i < 8);
I see no place where i gets incremented.
Regards
David Binderman