From: Grant Likely Date: Fri, 23 Jul 2010 07:48:25 +0000 (-0600) Subject: of: Fix phandle endian issues X-Git-Tag: v2.6.36-rc1~543^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6b2e588c7809e86161236da3d29581bf5f8402;p=pandora-kernel.git of: Fix phandle endian issues The flat tree code wasn't fixing the endianness on phandle values when unflattening the tree, and the code in drivers/of wasn't always doing a be32_to_cpu before trying to dereference the phandle values. This patch fixes them. Signed-off-by: Grant Likely --- Reading git-diff-tree failed