diff options
author | Shai Malin <smalin@marvell.com> | 2021-08-01 13:28:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 13:46:10 +0300 |
commit | 9c638eaf42ec8d62ed028feb7a5b7f2759087971 (patch) | |
tree | 782cf9c9da1bf39f08664064bb928037234d0d2b /drivers/net/ethernet/qlogic | |
parent | cdc1d86866582ad931e9d840ee17e686ac33f7ce (diff) | |
download | linux-9c638eaf42ec8d62ed028feb7a5b7f2759087971.tar.xz |
qed: Remove redundant prints from the iWARP SYN handling
Remove redundant prints from the iWARP SYN handling.
Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: Shai Malin <smalin@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
-rw-r--r-- | drivers/net/ethernet/qlogic/qed/qed_iwarp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_iwarp.c b/drivers/net/ethernet/qlogic/qed/qed_iwarp.c index a99861124630..fc8b3e64f153 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_iwarp.c +++ b/drivers/net/ethernet/qlogic/qed/qed_iwarp.c @@ -1624,8 +1624,6 @@ qed_iwarp_get_listener(struct qed_hwfn *p_hwfn, static const u32 ip_zero[4] = { 0, 0, 0, 0 }; bool found = false; - qed_iwarp_print_cm_info(p_hwfn, cm_info); - list_for_each_entry(listener, &p_hwfn->p_rdma_info->iwarp.listen_list, list_entry) { |