Commit 9c638eaf authored by Shai Malin's avatar Shai Malin Committed by David S. Miller

qed: Remove redundant prints from the iWARP SYN handling

Remove redundant prints from the iWARP SYN handling.
Signed-off-by: default avatarAriel Elior <aelior@marvell.com>
Signed-off-by: default avatarShai Malin <smalin@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cdc1d868
...@@ -1624,8 +1624,6 @@ qed_iwarp_get_listener(struct qed_hwfn *p_hwfn, ...@@ -1624,8 +1624,6 @@ qed_iwarp_get_listener(struct qed_hwfn *p_hwfn,
static const u32 ip_zero[4] = { 0, 0, 0, 0 }; static const u32 ip_zero[4] = { 0, 0, 0, 0 };
bool found = false; bool found = false;
qed_iwarp_print_cm_info(p_hwfn, cm_info);
list_for_each_entry(listener, list_for_each_entry(listener,
&p_hwfn->p_rdma_info->iwarp.listen_list, &p_hwfn->p_rdma_info->iwarp.listen_list,
list_entry) { list_entry) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment