Re: [PATCH] [net] net: thunderbolt: Fix the parameter passing of tb_xdomain_enable_paths()/tb_xdomain_disable_paths()

From: Mika Westerberg
Date: Wed Jun 25 2025 - 01:12:08 EST


On Wed, Jun 25, 2025 at 10:04:48AM +0800, zhangjianrong wrote:
> According to the description of tb_xdomain_enable_paths(), the third
> parameter represents the transmit ring and the fifth parameter represents
> the receive ring. tb_xdomain_disable_paths() is the same case.

Good catch this too! It works now because both rings ->hop is the same but
better to be fixed.

> Signed-off-by: zhangjianrong <zhangjianrong5@xxxxxxxxxx>

Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>