--- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -839,7 +839,6 @@ static enum mapping_status get_mapping_s data_len = mpext->data_len; if (data_len == 0) { - pr_err("Infinite mapping not handled"); MPTCP_INC_STATS(sock_net(ssk), MPTCP_MIB_INFINITEMAPRX); return MAPPING_INVALID; }