summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-04-23 10:55:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-04-23 10:55:47 +0000
commit4d505ff6a4c3d2ef8061b73c27292f8105dada05 (patch)
treec77753b24ede7848645ac3f07e59cf2a4bf166b6 /sys/dev
parente36899e0aa2e9908b1835857b0c5d12fe09d1f51 (diff)
double splx
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/cy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c
index 6050f7502ed..8255ef45cc9 100644
--- a/sys/dev/ic/cy.c
+++ b/sys/dev/ic/cy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cy.c,v 1.12 2001/03/25 11:54:00 art Exp $ */
+/* $OpenBSD: cy.c,v 1.13 2001/04/23 10:55:46 art Exp $ */
/*
* cy.c
@@ -908,7 +908,6 @@ cy_modem_control(cy, bits, howto)
/* does not manipulate RTS if it is used for flow control */
switch(howto) {
case DMGET:
- splx(s);
bits = 0;
if(cy->cy_channel_control & CD1400_CCR_RCVEN)
bits |= TIOCM_LE;