summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2011-01-21 23:55:28 +0000
committerjfv <jfv@FreeBSD.org>2011-01-21 23:55:28 +0000
commit50008afcfef23320587655fb2b94fdcaf5441790 (patch)
treee7f7031fbbaf8b1797f92679d9ca3724d2c01bf9 /sys/dev/ixgbe
parent54c963102ef8622a479368807550f388a1668066 (diff)
downloadFreeBSD-src-50008afcfef23320587655fb2b94fdcaf5441790.zip
FreeBSD-src-50008afcfef23320587655fb2b94fdcaf5441790.tar.gz
Leftover bogus TX UNLOCK removed. Thanks to
Andrew Boyer.
Diffstat (limited to 'sys/dev/ixgbe')
-rw-r--r--sys/dev/ixgbe/ixgbe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/ixgbe.c b/sys/dev/ixgbe/ixgbe.c
index da23a09..30b54eb 100644
--- a/sys/dev/ixgbe/ixgbe.c
+++ b/sys/dev/ixgbe/ixgbe.c
@@ -1870,7 +1870,6 @@ hung:
txr->me, txr->tx_avail, txr->next_to_clean);
adapter->ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
adapter->watchdog_events++;
- IXGBE_TX_UNLOCK(txr);
ixgbe_init_locked(adapter);
}
OpenPOWER on IntegriCloud