diff options
Diffstat (limited to 'drivers/firewire/fw-topology.h')
-rw-r--r-- | drivers/firewire/fw-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h index 4311d9f890d3..ab03059a0da1 100644 --- a/drivers/firewire/fw-topology.h +++ b/drivers/firewire/fw-topology.h @@ -27,7 +27,7 @@ enum { FW_NODE_UPDATED = 0x01, FW_NODE_DESTROYED = 0x02, FW_NODE_LINK_ON = 0x03, - FW_NODE_LINK_OFF = 0x04 + FW_NODE_LINK_OFF = 0x04, }; struct fw_port { |