From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <460CF85C.6040404@246tNt.com> Date: Fri, 30 Mar 2007 13:45:32 +0200 From: Sylvain Munaut MIME-Version: 1.0 To: Hoang-Nam Nguyen Subject: Re: [PATCH 10/10] powerpc: Add uevent handler for ibmebus References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: Linux PPC Dev ML , Olaf Hering , Paul Mackerras , linuxppc-dev-bounces+hnguyen=de.ibm.com@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hoang-Nam Nguyen wrote: > linuxppc-dev-bounces+hnguyen=de.ibm.com@ozlabs.org wrote on 29.03.2007 > 16:46:23: > > >> On Mon, Feb 12, Sylvain Munaut wrote: >> >> >>> arch/powerpc/kernel/ibmebus.c | 16 ++++++++++++++++ >>> >>> + if (ebus_dev==ibmebus_bus_device) /* filter dummy root device */ >>> >> Does that compile for you? >> ibmebus_bus_device should be &ibmebus_bus_device >> > Can you tell me from which code base you're seeing this? > Is above change from Sylvain? I looked at Joachim's recent patches and did > not find that code line. > Thanks > Nam > Yes it's a line my pacthe adds. But IIRC, Joachim's patch remove the dummy root device which means that's use less. In fact my whole [PATCH 10/10] should not be used and Joachim's version is the good one. Sylvain