From: François Tigeot Date: Tue, 14 Aug 2012 05:49:31 +0000 (+0200) Subject: ixgbe: Remove a useless assertion X-Git-Tag: v3.2.0~406 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3db73d528db1989368426e095c357a49a714a905 ixgbe: Remove a useless assertion Found-by: Sascha Wildner --- 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 */