commit | 9a6b2e588c7809e86161236da3d29581bf5f8402 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Jul 23 01:48:25 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Jul 24 16:51:52 2010 -0600 |
tree | 0aebb8e868615a2354042a376405cd73d80ef19e | |
parent | 883c2cfc8bcc0fd00c5d9f596fb8870f481b5bda [diff] |
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 <grant.likely@secretlab.ca>