diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index e7301b83f91e..a661afb9d68f 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -285,9 +285,10 @@ struct fw_card { | |||
285 | int link_speed; | 285 | int link_speed; |
286 | int config_rom_generation; | 286 | int config_rom_generation; |
287 | 287 | ||
288 | /* We need to store up to 4 self ID for a maximum of 63 devices. */ | 288 | /* We need to store up to 4 self ID for a maximum of 63 |
289 | * devices plus 3 words for the topology map header. */ | ||
289 | int self_id_count; | 290 | int self_id_count; |
290 | u32 self_ids[252]; | 291 | u32 topology_map[252 + 3]; |
291 | 292 | ||
292 | spinlock_t lock; /* Take this lock when handling the lists in | 293 | spinlock_t lock; /* Take this lock when handling the lists in |
293 | * this struct. */ | 294 | * this struct. */ |