From: Dale Farnsworth Date: Fri, 27 Jan 2006 08:02:05 +0000 (-0700) Subject: [PATCH] mv643xx_eth: Fix spinlock recursion bug X-Git-Tag: v2.6.16-rc2~250^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7cd9014e6ea620bf9e1b52a22fadd7618b53276;p=pandora-kernel.git [PATCH] mv643xx_eth: Fix spinlock recursion bug This patch eliminates a spinlock recursion bug introduced recently. Since eth_port_send() is always called with the lock held, we simply remove the locking inside the function itself. Signed-off-by: Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed