Dear Guennadi Liakhovetski,

In message <[EMAIL PROTECTED]> you wrote:
> 
> > +   do_div(val, (data[i][0] - data[i-1][0]));
> 
> Looking at how do_div() is defined, and it handles its parameters 
> carefully, one shouldn't need the extra parenthesis here, i.e.,

The are not exactly need (and actually a remainder from  the  copy  &
paste of the old code), but on the other hand they don't hurt either,
and they make the argument's easier to parse, at least to my eyes.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Felson's Law:
        To steal ideas from one person is plagiarism; to steal from
        many is research.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to