From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] declance: Remove a dangling spin_unlock_irq() thingy Date: Mon, 21 May 2007 19:42:14 -0400 Message-ID: <46522E56.2050606@garzik.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Morton , netdev@vger.kernel.org To: "Maciej W. Rozycki" Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:46417 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757417AbXEUXmS (ORCPT ); Mon, 21 May 2007 19:42:18 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Maciej W. Rozycki wrote: > The spin_unlock_irq() invocation in lance_start_xmit() has no matching > locking request. The call is already protected by netif_tx_lock, so > remove the statement. > > Signed-off-by: Maciej W. Rozycki applied