summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>2000-04-14 20:33:48 +0000
committerpk <pk@NetBSD.org>2000-04-14 20:33:48 +0000
commit321bc3169014bf7f3ef8c72a78fd98d25676b736 (patch)
treec298bd62800662d4fd32417ceea59185d1437f4f /sys/dev
parent97df1401a18a2171173182fc1d5901a3ee2b4ffe (diff)
Remove spurious splx() call.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/z8530tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c
index ab5e56bac93..6cc65349645 100644
--- a/sys/dev/ic/z8530tty.c
+++ b/sys/dev/ic/z8530tty.c
@@ -1,4 +1,4 @@
-/* $NetBSD: z8530tty.c,v 1.66 2000/03/24 11:46:47 hannken Exp $ */
+/* $NetBSD: z8530tty.c,v 1.67 2000/04/14 20:33:48 pk Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999
@@ -521,7 +521,6 @@ zsopen(dev, flags, mode, p)
/* Call the power management hook. */
if (cs->enable) {
if ((*cs->enable)(cs)) {
- splx(s2);
splx(s);
printf("%s: device enable failed\n",
zst->zst_dev.dv_xname);