diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-11-29 12:56:47 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-01-04 17:50:38 -0500 |
commit | d6f95a3d14dc403881b23ad268ec1e3600c4e6b4 (patch) | |
tree | 5c5662fed71f11afa75d55ea5179e7d47da6a24a /drivers/firewire/fw-transaction.h | |
parent | 0fa1986f3a6c385b3bca0b6a051c30e548bda30d (diff) |
firewire: fix resetting of bus manager retry counter
An earlier change, maybe long ago, removed the copying of self_id_count
into card->self_id_count. Since then each bus reset cleared
card->bm_retries even when it shouldn't.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 0497a18dc59e..5a57bb897e23 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -241,7 +241,6 @@ struct fw_card { | |||
241 | * We need to store up to 4 self ID for a maximum of 63 | 241 | * We need to store up to 4 self ID for a maximum of 63 |
242 | * devices plus 3 words for the topology map header. | 242 | * devices plus 3 words for the topology map header. |
243 | */ | 243 | */ |
244 | int self_id_count; | ||
245 | u32 topology_map[252 + 3]; | 244 | u32 topology_map[252 + 3]; |
246 | u32 broadcast_channel; | 245 | u32 broadcast_channel; |
247 | 246 | ||