e1000: fix spinlock bug
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 23 Jun 2005 07:41:00 +0000 (03:41 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 23 Jun 2005 07:41:00 +0000 (03:41 -0400)
commitb2b3d8247951f298897b395599849957ee271c55
treee6e5f7698d06d83e861210e6cf427ce3262d78fc
parenta4936044001694f033fe4ea94d6034d51a6b465c
e1000: fix spinlock bug

This patch fixes an obvious and nasty bug where we could exit the transmit
routine while holding tx_lock.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
drivers/net/e1000/e1000_main.c