Re: libfdt: Remove no longer used code from fdt_node_offset_by_compatible()

2008-02-18 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > Since fdt_node_offset_by_compatible() was converted to the new > fdt_next_node() iterator, a chunk of initialization code became > redundant, but was not removed by oversight. This patch cleans it up. > > Signed-off-by: David Gibson <[EMAIL PROTECTE

libfdt: Remove no longer used code from fdt_node_offset_by_compatible()

2008-02-17 Thread David Gibson
Since fdt_node_offset_by_compatible() was converted to the new fdt_next_node() iterator, a chunk of initialization code became redundant, but was not removed by oversight. This patch cleans it up. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/libfdt/fdt_ro.c