Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> --- net/can/j1939/transport.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/can/j1939/transport.c b/net/can/j1939/transport.c index 3e0345122a0c..a4cddb91c2cb 100644 --- a/net/can/j1939/transport.c +++ b/net/can/j1939/transport.c @@ -1502,9 +1502,6 @@ static void j1939_xtp_rx_rts(struct j1939_priv *priv, struct sk_buff *skb, session = j1939_session_get_by_addr(priv, &skcb->addr, false, transmitter); - /* TODO: abort RTS when a similar - * TP is pending in the other direction - */ if (session) { if (j1939_xtp_rx_rts_session_active(session, skb)) { j1939_session_put(session); -- 2.20.1