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 E4CE5DDEC4 for ; Thu, 18 Oct 2007 10:21:48 +1000 (EST) Message-ID: <4716A70C.6090307@garzik.org> Date: Wed, 17 Oct 2007 20:21:32 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH][NET] gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placement References: <20071017195746.GA15592@localhost.localdomain> In-Reply-To: <20071017195746.GA15592@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, leoli@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Anton Vorontsov wrote: > Erroneous #ifdef introduced by 293c8513398657f6263fcdb03c87f2760cf61be4 > causing NAPI-less ethernet malfunctioning. > > Signed-off-by: Anton Vorontsov > Signed-off-by: Vitaly Bordug applied