diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-31 17:21:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-31 17:21:58 +0000 |
commit | 2b1cf7b32d9bcf4a37c34c54ea62af227ff4730c (patch) | |
tree | 09a365a0c3ca098f54cec23af1440e6cf91e8df0 /sys/dev/ic/ncr53c9x.c | |
parent | 4293a14f86218aa4678d1daa11ba94570d796ec6 (diff) |
Fix redundant device name and/or target printing after calling
sc_print_addr(); ok krw@
Diffstat (limited to 'sys/dev/ic/ncr53c9x.c')
-rw-r--r-- | sys/dev/ic/ncr53c9x.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index e8aa8b64bbb..8f29654f04f 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9x.c,v 1.37 2008/05/27 09:43:26 kettenis Exp $ */ +/* $OpenBSD: ncr53c9x.c,v 1.38 2008/08/31 17:21:57 miod Exp $ */ /* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */ /* @@ -2779,10 +2779,9 @@ ncr53c9x_timeout(arg) int s; sc_print_addr(sc_link); - printf("%s: timed out [ecb %p (flags 0x%x, dleft %x, stat %x)], " + printf("timed out [ecb %p (flags 0x%x, dleft %x, stat %x)], " "<state %d, nexus %p, phase(l %x, c %x, p %x), resid %lx, " "msg(q %x,o %x) %s>", - sc->sc_dev.dv_xname, ecb, ecb->flags, ecb->dleft, ecb->stat, sc->sc_state, sc->sc_nexus, NCR_READ_REG(sc, NCR_STAT), |