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 C928CDDE29 for ; Wed, 28 Nov 2007 08:19:22 +1100 (EST) Date: Tue, 27 Nov 2007 15:22:22 -0600 From: Olof Johansson To: Anton Vorontsov Subject: Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver Message-ID: <20071127212222.GB10829@lixom.net> References: <20071127153708.GA12490@localhost.localdomain> <20071127153908.GB14183@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071127153908.GB14183@localhost.localdomain> Cc: linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 27, 2007 at 06:39:08PM +0300, Anton Vorontsov wrote: > This driver nicely wraps around pata_platform library functions, > and provides OF platform bus bindings to the PATA devices. > +static struct of_device_id pata_of_platform_match[] = { > + { .compatible = "pata-platform", }, > +}; "pata-platform" really means nothing outside of linux. A more generic label would be useful. -Olof