summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-10-15 21:15:38 +0000
committerwpaul <wpaul@FreeBSD.org>2000-10-15 21:15:38 +0000
commitf6a9ec137a5281f3e8f389681fd50de7dbe5e0c1 (patch)
tree2a180e94e537d754670dd036f4927a773a9c983a /sys/pci/if_xl.c
parent2fff1245fa82ec313dc6fe12aaec8cf01174177a (diff)
downloadFreeBSD-src-f6a9ec137a5281f3e8f389681fd50de7dbe5e0c1.zip
FreeBSD-src-f6a9ec137a5281f3e8f389681fd50de7dbe5e0c1.tar.gz
Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After
doing this so many times, I guess I was entitled to at least one typo. Thanks to all who spotted this.
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 2787599..cc25b30 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -2082,7 +2082,7 @@ static void xl_intr(arg)
if (ifp->if_snd.ifq_head != NULL)
(*ifp->if_start)(ifp);
- XL_LOCK(sc);
+ XL_UNLOCK(sc);
return;
}
OpenPOWER on IntegriCloud