summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-06-14 19:30:13 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-06-14 19:30:13 +0000
commita5f014c173362ac2af00648d1184575a91522acd (patch)
tree80e515889a91b7bf152d3c0c8ef71832461ca75f
parent1869eebb8d211d3bcbdec1bf42f3942bd0d397c7 (diff)
downloadillumos-joyent-a5f014c173362ac2af00648d1184575a91522acd.tar.gz
9506 Want support for QLogic QL41000/45000 series devices [lost fix for OS-7007]
-rw-r--r--usr/src/uts/common/io/qede/qede_fp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/qede/qede_fp.c b/usr/src/uts/common/io/qede/qede_fp.c
index 8457dd82f2..6148b486b4 100644
--- a/usr/src/uts/common/io/qede/qede_fp.c
+++ b/usr/src/uts/common/io/qede/qede_fp.c
@@ -1848,8 +1848,6 @@ qede_ring_tx(void *arg, mblk_t *mp)
}
if (!qede->params.link_state) {
- qede_print_err("!%s(%d): Link !up for xmit",
- __func__, qede->instance);
goto exit;
}