diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index 2c44b24bc5d0f4562a00850a4035d8d6567984ed..02774b0764e7971a5dd8f528ad424cbe9016df31 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c @@ -2466,7 +2466,7 @@ static void tb_switch_default_link_ports(struct tb_switch *sw) { int i; - for (i = 1; i <= sw->config.max_port_number; i += 2) { + for (i = 1; i <= sw->config.max_port_number; i++) { struct tb_port *port = &sw->ports[i]; struct tb_port *subordinate;