commit | 1c0320e1c716076cbab331d6efa3c2669d3cfe48 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Wed Oct 29 23:27:45 2008 -0500 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Thu Oct 30 20:42:54 2008 -0400 |
tree | 0d9650ece9c8cd990f3f16cb7f0282b5c6f8510a | |
parent | 9c7b705e94fb73029f0c58c4fed6549fd4ca6f71 [diff] |
libfdt: Fix bug in fdt_subnode_offset_namelen() There's currently an off-by-one bug in fdt_subnode_offset_namelen() which causes it to keep searching after it's finished the subnodes of the given parent, and into the subnodes of siblings of the original node which come after it in the tree. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>