Re: [U-Boot] [PATCH] libfdt: Fix bug in fdt_subnode_offset_namelen()

2008-10-30 Thread Jerry Van Baren
Kumar Gala wrote: > From: David Gibson <[EMAIL PROTECTED]> > > 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 i

[U-Boot] [PATCH] libfdt: Fix bug in fdt_subnode_offset_namelen()

2008-10-29 Thread Kumar Gala
From: David Gibson <[EMAIL PROTECTED]> 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: