diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-03-20 06:54:07 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-03-20 06:54:07 +0000 |
commit | 7ac8d91d971f5e313f6279a9ff7b6438da297138 (patch) | |
tree | a34af46e8b6e856a6e0ff2668f066395caed75a6 | |
parent | f4d5f25da2313e64a8f0f24ebfe138ed2a2b64dc (diff) |
lpt_attach_common() prints the newline for us
-rw-r--r-- | sys/arch/sparc64/dev/lpt_ebus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/lpt_ebus.c b/sys/arch/sparc64/dev/lpt_ebus.c index 74f2db20c83..494d03d8803 100644 --- a/sys/arch/sparc64/dev/lpt_ebus.c +++ b/sys/arch/sparc64/dev/lpt_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt_ebus.c,v 1.1 2002/03/14 20:15:00 jason Exp $ */ +/* $OpenBSD: lpt_ebus.c,v 1.2 2002/03/20 06:54:06 jason Exp $ */ /* $NetBSD: lpt_ebus.c,v 1.8 2002/03/01 11:51:00 martin Exp $ */ /* @@ -104,7 +104,6 @@ lpt_ebus_attach(parent, self, aux) for (i = 0; i < ea->ea_nintrs; i++) bus_intr_establish(ea->ea_bustag, ea->ea_intrs[i], IPL_SERIAL, 0, lptintr, sc); - printf("\n"); lpt_attach_common(sc); } |