From 3db73d528db1989368426e095c357a49a714a905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Tue, 14 Aug 2012 07:49:31 +0200 Subject: [PATCH] ixgbe: Remove a useless assertion Found-by: Sascha Wildner --- sys/dev/netif/ixgbe/ixgbe.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sys/dev/netif/ixgbe/ixgbe.c b/sys/dev/netif/ixgbe/ixgbe.c index 8ba4f72..2ced28d 100644 --- a/sys/dev/netif/ixgbe/ixgbe.c +++ b/sys/dev/netif/ixgbe/ixgbe.c @@ -2031,7 +2031,6 @@ ixgbe_local_timer(void *arg) int hung, busy, paused; IXGBE_CORE_LOCK(adapter); - KKASSERT(lockstatus(&adapter->core_lock, curthread) != 0); hung = busy = paused = 0; /* Check for pluggable optics */ -- 1.7.7.2