From: Scott Wood Date: Mon, 12 Mar 2007 20:41:51 +0000 (-0600) Subject: [POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop(). X-Git-Tag: v2.6.22-rc1~1109^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adeef52ccc0229e06a6e0b2fefe442d8779f025;p=pandora-kernel.git [POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop(). When adding a property, the property name should be added to the string table if it doesn't already exist. map_string() does that; lookup_string() will fail instead. Signed-off-by: Scott Wood Acked-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed