diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-07-26 04:56:58 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-07-26 04:56:58 +0000 |
commit | fb3586ff9475f7d17c82595668b3188e38497daa (patch) | |
tree | 8182c3c179fc9b1455b6bef120430d07da94b133 /sys/dev/pci | |
parent | dd0482f206a7a00610e4a0d8d246812f95567d73 (diff) |
don't dump status iocbs twice
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/qle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/qle.c b/sys/dev/pci/qle.c index 4599ca184aa..46a561d8d47 100644 --- a/sys/dev/pci/qle.c +++ b/sys/dev/pci/qle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qle.c,v 1.42 2018/07/26 04:26:30 jmatthew Exp $ */ +/* $OpenBSD: qle.c,v 1.43 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 > |