diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-12 14:34:50 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-06-19 07:01:41 -0400 |
commit | c8a94ded57e9cc2498d401b2f5c856213a3e19fb (patch) | |
tree | 8fd6a196ff953270c03700dd682108baf3ee369b /drivers/firewire/core.h | |
parent | db3c9cc105ee844f6cd7a1beb9926fb8e9a093ae (diff) |
firewire: normalize STATE_CLEAR/SET CSR access interface
Push the maintenance of STATE_CLEAR/SET.abdicate down into the card
driver. This way, the read/write_csr_reg driver method works uniformly
across all CSR offsets.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 8dc76d8711a..8280c625170 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
@@ -196,7 +196,7 @@ static inline void fw_node_put(struct fw_node *node) | |||
196 | } | 196 | } |
197 | 197 | ||
198 | void fw_core_handle_bus_reset(struct fw_card *card, int node_id, | 198 | void fw_core_handle_bus_reset(struct fw_card *card, int node_id, |
199 | int generation, int self_id_count, u32 *self_ids); | 199 | int generation, int self_id_count, u32 *self_ids, bool bm_abdicate); |
200 | void fw_destroy_nodes(struct fw_card *card); | 200 | void fw_destroy_nodes(struct fw_card *card); |
201 | 201 | ||
202 | /* | 202 | /* |