From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id A57B9DDF3C for ; Thu, 18 Oct 2007 10:21:59 +1000 (EST) Message-ID: <4716A71F.5000102@garzik.org> Date: Wed, 17 Oct 2007 20:21:51 -0400 From: Jeff Garzik MIME-Version: 1.0 To: benh@kernel.crashing.org Subject: Re: [PATCH] fix EMAC driver for proper napi_synchronize API References: <1192513792.19073.23.camel@pasglop> <20071016115318.0fc36af3@freepuppy.rosehill> <1192589522.11899.130.camel@pasglop> <47157EA4.1000500@garzik.org> <1192591481.11899.134.camel@pasglop> <20071017083107.6a1b1bd3@freepuppy.rosehill> <1192662843.6783.48.camel@pasglop> In-Reply-To: <1192662843.6783.48.camel@pasglop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, Roland Dreier , Stephen Hemminger , "David S. Miller" , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > The EMAC driver "fix" was merged by mistake before the dust had settled on > the new napi synchronize interface (and before it got merged). The final > version of that function is spelled without underscores. > > Signed-off-by: Benjamin Herrenschmidt applied