summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siop_common.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-08-31 17:21:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-08-31 17:21:58 +0000
commit2b1cf7b32d9bcf4a37c34c54ea62af227ff4730c (patch)
tree09a365a0c3ca098f54cec23af1440e6cf91e8df0 /sys/dev/ic/siop_common.c
parent4293a14f86218aa4678d1daa11ba94570d796ec6 (diff)
Fix redundant device name and/or target printing after calling
sc_print_addr(); ok krw@
Diffstat (limited to 'sys/dev/ic/siop_common.c')
-rw-r--r--sys/dev/ic/siop_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c
index dfc99fc02a0..093da43d36f 100644
--- a/sys/dev/ic/siop_common.c
+++ b/sys/dev/ic/siop_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siop_common.c,v 1.30 2007/08/05 19:05:09 kettenis Exp $ */
+/* $OpenBSD: siop_common.c,v 1.31 2008/08/31 17:21:57 miod Exp $ */
/* $NetBSD: siop_common.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */
/*
@@ -805,7 +805,7 @@ siop_sdp(siop_cmd, offset)
#ifdef DIAGNOSTIC
if (offset > SIOP_NSG) {
sc_print_addr(siop_cmd->xs->sc_link);
- printf(": offset %d > %d\n", offset, SIOP_NSG);
+ printf("offset %d > %d\n", offset, SIOP_NSG);
panic("siop_sdp: offset");
}
#endif