artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa4f34
)
don't dump status iocbs twice
author
jmatthew
<jmatthew@openbsd.org>
Thu, 26 Jul 2018 04:56:57 +0000
(
04:56
+0000)
committer
jmatthew
<jmatthew@openbsd.org>
Thu, 26 Jul 2018 04:56:57 +0000
(
04:56
+0000)
sys/dev/pci/qle.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/qle.c
b/sys/dev/pci/qle.c
index
4599ca1
..
46a561d
100644
(file)
--- a/
sys/dev/pci/qle.c
+++ b/
sys/dev/pci/qle.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: qle.c,v 1.4
2 2018/07/26 04:26:30
jmatthew Exp $ */
+/* $OpenBSD: qle.c,v 1.4
3 2018/07/26 04:56:57
jmatthew Exp $ */
/*
* Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org>
@@
-1070,7
+1070,6
@@
qle_handle_resp(struct qle_softc *sc, u_int32_t id)
"(handle %d, ccb %p, xs->io %p)", handle, ccb,
xs->io);
}
- qle_dump_iocb(sc, status);
if (xs->datalen > 0) {
if (ccb->ccb_dmamap->dm_nsegs >