summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-11 00:08:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-11 00:08:30 +0000
commit665a827089e124fd2009cfca7ae7722b37c54843 (patch)
tree92fcdaabf9f1e417220ad8abceee25ff1455e91c /sys
parentc6bc5dc2e6e9b5edc60a9157aaf59acdd78978d7 (diff)
remove excessive splnet; Danovitsch@vitsch.net
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_atu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index 5e8fbfbce53..1a7819f9a5c 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.5 2004/11/10 21:45:23 dlg Exp $ */
+/* $OpenBSD: if_atu.c,v 1.6 2004/11/11 00:08:29 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -1719,8 +1719,6 @@ USB_ATTACH(atu)
}
}
- s = splnet();
-
/* read device config & get MAC address */
err = atu_get_card_config(sc);
if (err) {