On Monday, June 07, 2010 14:31:27 Timur Tabi wrote:
> In general, if an function initializes only one device, then it should
> return a negative number if there's an error.  If it initializes more than
> one device, then it should never return a negative number.  This is why
> these functions now return an unsigned integer.

i dont think this is a good idea.  either the init funcs should all be 
converted to unsigned int, or they should stay int.  doing it piecemeal leads 
to confusion with zero upside.

your fixes no way require these to be unsigned int funcs.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to