]> Git Repo - linux.git/blobdiff - drivers/firewire/core-topology.c
Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / firewire / core-topology.c
index baba31933667a824b9c5ece2373f755264e0ec6c..74a6aa7d8cc92c785c98ff5a0552c17b851d26a0 100644 (file)
@@ -204,7 +204,7 @@ static struct fw_node *build_tree(struct fw_card *card, const u32 *sid, int self
                                // the node->ports array where the parent node should be.  Later,
                                // when we handle the parent node, we fix up the reference.
                                ++parent_count;
-                               node->color = i;
+                               node->color = port_index;
                                break;
 
                        case PHY_PACKET_SELF_ID_PORT_STATUS_CHILD:
This page took 0.035166 seconds and 4 git commands to generate.