]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] e1000: fix spinlock bug
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 21 Jun 2005 20:21:42 +0000 (13:21 -0700)
committerChris Wright <chrisw@osdl.org>
Wed, 29 Jun 2005 23:00:37 +0000 (16:00 -0700)
commit26b1062c23e46c111f5e86bc8ce4d5007805b51a
tree655e172be106d92b5fe33ba951867043a61a2108
parent986bd4301425ab01934f8efe08ed9433b45492bb
[PATCH] 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>
Signed-off-by: Chris Wright <chrisw@osdl.org>
drivers/net/e1000/e1000_main.c