aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2008-11-29 12:56:47 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2009-01-04 17:50:38 -0500
commitd6f95a3d14dc403881b23ad268ec1e3600c4e6b4 (patch)
tree5c5662fed71f11afa75d55ea5179e7d47da6a24a /drivers/firewire/fw-transaction.h
parent0fa1986f3a6c385b3bca0b6a051c30e548bda30d (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.h1
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