linux-4.4-rc7/arch/arm/common/icst.c: possible never ending loop ?

David Binderman dcb314 at hotmail.com
Wed Dec 30 09:34:18 PST 2015


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

 		 	   		  


More information about the linux-arm-kernel mailing list