diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-07 05:27:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-07 05:27:33 +0000 |
commit | 16e0fb8f523711602b3300eccebe738d14981052 (patch) | |
tree | 57c3ddca1c1b63e5ed5a76536b6ce9d11bf2013c /sys/dev/isa/sb.c | |
parent | 39519b407f61dda7bf6402441e04b755b7790470 (diff) |
silence this thing again
Diffstat (limited to 'sys/dev/isa/sb.c')
-rw-r--r-- | sys/dev/isa/sb.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/isa/sb.c b/sys/dev/isa/sb.c index 09f09d4f5bb..5bcc4010db0 100644 --- a/sys/dev/isa/sb.c +++ b/sys/dev/isa/sb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sb.c,v 1.12 1997/07/10 23:06:37 provos Exp $ */ +/* $OpenBSD: sb.c,v 1.13 1997/08/07 05:27:32 deraadt Exp $ */ /* $NetBSD: sb.c,v 1.36 1996/05/12 23:53:33 mycroft Exp $ */ /* @@ -138,10 +138,8 @@ sbmatch(sc) -1, -1, 0x01, -1, -1, 0x02, -1, 0x04, -1, 0x01, 0x08 }; - if (sbdsp_probe(sc) == 0) { - printf("%s: sbdsp probe failed\n", sc->sc_dev.dv_xname); + if (sbdsp_probe(sc) == 0) return 0; - } /* * Cannot auto-discover DMA channel. |