From: Sudeep KarkadaNagesha Date: Wed, 18 Sep 2013 10:53:04 +0000 (+0100) Subject: powerpc: Remove big endianness assumption in of_find_next_cache_node X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afaf53985431bb295e4b723b08a55d0540cf8070;p=pandora-kernel.git powerpc: Remove big endianness assumption in of_find_next_cache_node Currently big endianness of the device tree data is assumed in of_find_next_cache_node for 'handle' when calling of_find_node_by_phandle. In preparation to move this function to common code, this patch fixes the endianness using 'be32_to_cpup' Cc: Benjamin Herrenschmidt Cc: Grant Likely Cc: Rob Herring Signed-off-by: Sudeep KarkadaNagesha Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed