[PATCH] mv643xx_eth: Fix spinlock recursion bug
authorDale Farnsworth <dale@farnsworth.org>
Fri, 27 Jan 2006 08:02:05 +0000 (01:02 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 16:09:24 +0000 (11:09 -0500)
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 <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found