diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-19 10:18:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-19 10:18:42 +0000 |
commit | e03343059d550f49865abb3ad9b90d25857fe9d0 (patch) | |
tree | f228899b915a2187818e21022657f70181d8d6f2 /sys/arch/hp300 | |
parent | f56a0ff86cae75694911326e71a89525bbbc9998 (diff) |
Remove debug printf that crept in.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/mb89352.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/mb89352.c b/sys/arch/hp300/dev/mb89352.c index 6354bcd7870..4e250780c7e 100644 --- a/sys/arch/hp300/dev/mb89352.c +++ b/sys/arch/hp300/dev/mb89352.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mb89352.c,v 1.2 2004/08/18 17:18:00 miod Exp $ */ +/* $OpenBSD: mb89352.c,v 1.3 2004/08/19 10:18:41 miod Exp $ */ /* $NetBSD: mb89352.c,v 1.5 2000/03/23 07:01:31 thorpej Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ @@ -1472,7 +1472,6 @@ spc_intr(void *arg) ints = spc_read(INTS); if (ints != 0) spc_process_intr(arg, ints); -else printf("spc_intr: 0\n"); spc_write(SCTL, spc_read(SCTL) | SCTL_INTR_ENAB); return 1; |