From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 30 Oct 2008 07:39:04 -0400 Subject: [U-Boot] [PATCH] libfdt: Fix bug in fdt_subnode_offset_namelen() In-Reply-To: References: Message-ID: <49099CD8.9090601@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > From: David Gibson > > 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 > Signed-off-by: Kumar Gala > --- > > Jerry, please pick this fix up for u-boot v2008.12. > > - k Will do tonight and send a pull request. Thanks, gvb