From: Kim Phillips Date: Fri, 11 May 2007 17:19:38 +0000 (+1000) Subject: [POWERPC] Don't complain if size-cells == 0 in prom_parse() X-Git-Tag: v2.6.22-rc1~17^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6e9d3945ee122eb513ada8b17296d243c1ce5e;p=pandora-kernel.git [POWERPC] Don't complain if size-cells == 0 in prom_parse() An mdio bus scan was added with ucc_geth phylib migration patches, now machines complain on boot, saying: prom_parse: Bad cell count for /qe@e0100000/mdio@2120/ethernet-phy@00 prom_parse: Bad cell count for /qe@e0100000/mdio@2120/ethernet-phy@01 since size-cells can indeed be 0, this patch fixes the check. Signed-off-by: Kim Phillips Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed