From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 86F3EB7D1A for ; Thu, 27 May 2010 13:44:39 +1000 (EST) Date: Wed, 26 May 2010 20:44:46 -0700 (PDT) Message-Id: <20100526.204446.229736739.davem@davemloft.net> To: john.linn@xilinx.com Subject: Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used From: David Miller In-Reply-To: <6f264a7a-e5da-494a-a24d-1578ca422807@VA3EHSMHS016.ehs.local> References: <6f264a7a-e5da-494a-a24d-1578ca422807@VA3EHSMHS016.ehs.local> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, netdev@vger.kernel.org, brian.hill@xilinx.com, michal.simek@petalogix.com, john.williams@petalogix.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: John Linn Date: Wed, 26 May 2010 11:29:18 -0600 > The code is not checking the interrupt for DMA correctly so that an > interrupt number of 0 will cause a false error. > > Signed-off-by: Brian Hill > Signed-off-by: John Linn Applied.