From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Remove no longer used code from fdt_node_offset_by_compatible() In-Reply-To: Your message of "Mon, 18 Feb 2008 18:09:04 +1100." <20080218070904.GJ29975@localhost.localdomain> References: <20080218070904.GJ29975@localhost.localdomain> Date: Mon, 18 Feb 2008 08:29:57 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Applied. jdl