OSDN Git Service

qed: Remove redundant prints from the iWARP SYN handling
authorShai Malin <smalin@marvell.com>
Sun, 1 Aug 2021 10:28:40 +0000 (13:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 10:46:10 +0000 (11:46 +0100)
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>
drivers/net/ethernet/qlogic/qed/qed_iwarp.c

index a998611..fc8b3e6 100644 (file)
@@ -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) {