aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/core-topology.c')
-rw-r--r--drivers/firewire/core-topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core-topology.c b/drivers/firewire/core-topology.c
index 46bd22dde535..94a13fca8267 100644
--- a/drivers/firewire/core-topology.c
+++ b/drivers/firewire/core-topology.c
@@ -54,6 +54,7 @@ static u32 *count_ports(u32 *sid, int *total_port_count, int *child_port_count)
54 switch (port_type) { 54 switch (port_type) {
55 case SELFID_PORT_CHILD: 55 case SELFID_PORT_CHILD:
56 (*child_port_count)++; 56 (*child_port_count)++;
57 /* fall through */
57 case SELFID_PORT_PARENT: 58 case SELFID_PORT_PARENT:
58 case SELFID_PORT_NCONN: 59 case SELFID_PORT_NCONN:
59 (*total_port_count)++; 60 (*total_port_count)++;