From: Josh Boyer Date: Fri, 14 Sep 2007 18:54:12 +0000 (+1000) Subject: [POWERPC] Make partitions optional in physmap_of X-Git-Tag: v2.6.24-rc1~1450^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9ae994d8fce807fc90fb8e3b6ac8df1cc7dce6;p=pandora-kernel.git [POWERPC] Make partitions optional in physmap_of The latest physmap_of driver has a small error where it will fail the probe with: physmap-flash: probe of fff00000.small-flas failed with error -2 if there are no partition subnodes in the device tree and the old style binding is not used. Since partition definitions are optional, the probe should still succeed. Signed-off-by: Josh Boyer Acked-by: David Gibson --- Reading git-diff-tree failed