From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 02521DDDF4 for ; Tue, 6 Nov 2007 12:52:30 +1100 (EST) Date: Mon, 5 Nov 2007 20:01:39 -0600 From: Olof Johansson To: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] pasemi: Broaden specific references to 1682M Message-ID: <20071106020139.GA2297@lixom.net> References: <20071105032802.GA16613@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, Doug Thompson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 06, 2007 at 02:42:08AM +0100, Segher Boessenkool wrote: > Hi Olof, > > Nice cleanup! One minor thing... > >> static struct of_device_id pasemi_bus_ids[] = { >> + /* Unfortunately needed for legacy firmwares */ >> { .type = "localbus", }, >> { .type = "sdc", }, >> + { .compatible = "pasemi,localbus", }, >> + { .compatible = "pasemi,sdc", }, > > The new comment is for the device_type entries only, right? You > might want to make that more clear. Good point. I'll clarify it with a new comment above the compatible entries. I won't repost the patch since the change is minor, but include it for the upstream push. Thanks, -Olof