Restore system priority level before return from comopen().

This commit is contained in:
enami 1998-02-06 03:25:34 +00:00
parent 5dd9482e0e
commit 9d13bc6e0e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: com.c,v 1.133 1998/02/02 23:01:02 cgd Exp $ */
/* $NetBSD: com.c,v 1.134 1998/02/06 03:25:34 enami Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996, 1997
@ -627,6 +627,7 @@ comopen(dev, flag, mode, p)
if (sc->enable) {
if ((*sc->enable)(sc)) {
splx(s);
printf("%s: device enable failed\n",
sc->sc_dev.dv_xname);
return (EIO);