Module Name: src
Committed By: martin
Date: Sun Aug 30 09:46:57 UTC 2015
Modified Files:
src/sys/dev/ic: daic.c
Log Message:
Remove double spl(x), found by brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/daic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/daic.c
diff -u src/sys/dev/ic/daic.c:1.31 src/sys/dev/ic/daic.c:1.32
--- src/sys/dev/ic/daic.c:1.31 Sat Oct 27 17:18:20 2012
+++ src/sys/dev/ic/daic.c Sun Aug 30 09:46:57 2015
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: daic.c,v 1.31 2012/10/27 17:18:20 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: daic.c,v 1.32 2015/08/30 09:46:57 martin Exp $");
/*
* daic.c: MI driver for Diehl active ISDN cards (S, SX, SXn, SCOM, QUADRO)
@@ -404,7 +404,6 @@ daic_download(void *token, int count, st
tsleep(sc, 0, "daic download", 1);
}
if (bus_space_read_1(sc->sc_iot, sc->sc_ioh, DAIC_BOOT_CTRL+off) != 0) {
- splx(x);
aprint_error_dev(sc->sc_dev, "download of microcode failed\n");
return EIO;
}