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 8CA79DDDFA for ; Sat, 1 Dec 2007 01:24:12 +1100 (EST) Date: Fri, 30 Nov 2007 08:27:36 -0600 From: Olof Johansson To: Benjamin Herrenschmidt Subject: Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support Message-ID: <20071130142736.GB3117@lixom.net> References: <1196401223.5661.297518056501.qpush@grosgo> <20071130054126.39BDCDDE0A@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071130054126.39BDCDDE0A@ozlabs.org> Cc: netdev@vger.kernel.org, jgarzik@pobox.com, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Fri, Nov 30, 2007 at 04:40:23PM +1100, Benjamin Herrenschmidt wrote: > +static int m88e1111_init(struct mii_phy *phy) > +{ > + printk("%s: Marvell 88E1111 Ethernet\n", __FUNCTION__); KERN_ level? -Olof