On Thu, Mar 28, 2019 at 03:36:15PM +0300, Mika Westerberg wrote: > We need to be able to walk from one port to another when we are creating > paths where there are multiple switches between two ports. For this > reason introduce a new function tb_next_port_on_path(). > > Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com>
Reviewed-by: Lukas Wunner <lu...@wunner.de> The algorithm in this patch looks clear and concise now. Thanks, Lukas