On Tue, 26 Oct 2010, Henrique de Moraes Holschuh wrote:
I didn't look for the original source of the problem, except in the case
of [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c where I found it
already in the pre-git era. Thanks fo rthe suggestion. On the other
hand, I was very selective about which code I changed. In particular I
left a number of cases like:
x = NULL; // or 0 etc
x = foo(...); // ie a NULL returning function
I figured that this isn't hurting anything, and perhaps it is informative
about what kind of value foo might return.
julia
--