diff options
Diffstat (limited to 'sys/arch/hppa/dev/mongoose.c')
-rw-r--r-- | sys/arch/hppa/dev/mongoose.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/dev/mongoose.c b/sys/arch/hppa/dev/mongoose.c index 08f04ecb26f..c931a8996fe 100644 --- a/sys/arch/hppa/dev/mongoose.c +++ b/sys/arch/hppa/dev/mongoose.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mongoose.c,v 1.10 2003/04/08 20:37:39 miod Exp $ */ +/* $OpenBSD: mongoose.c,v 1.11 2003/04/08 20:48:39 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -265,8 +265,6 @@ mg_intr_establish(void *v, int irq, int type, int pri, #ifdef DEBUG printf("%s: bad interrupt level (%d)\n", sc->sc_dev.dv_xname, type); -#else - printf("\n"); #endif return NULL; } @@ -276,8 +274,6 @@ mg_intr_establish(void *v, int irq, int type, int pri, #ifdef DEBUG printf("%s: irq %d already established\n", sc->sc_dev.dv_xname, irq); -#else - printf("\n"); #endif return NULL; } |