summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-transaction.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2012-02-18 19:53:39 +0100
committerStefan Richter <stefanr@s5r6.in-berlin.de>2012-02-22 22:36:00 +0100
commit280f64d4f108b7ac707d6208d50a59627b984dc5 (patch)
tree1c2389008ef207f7b44e81c40face6dd1bb2d5c3 /drivers/firewire/core-transaction.c
parent26b4950de174bc96c27b77546370dec84fb75ae7 (diff)
firewire: core: remove obsolete comment
Target-like applications or peer-to-peer-like applications require the global address handler registration which we have right now, or a per- card registration. And node lookup, while it would be nice to have, would be impossible in the brief time between self-ID-complete event and completion of firewire-core's topology scanning. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/core-transaction.c')
-rw-r--r--drivers/firewire/core-transaction.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/firewire/core-transaction.c b/drivers/firewire/core-transaction.c
index 426886a91bd1..89e310ba03ba 100644
--- a/drivers/firewire/core-transaction.c
+++ b/drivers/firewire/core-transaction.c
@@ -840,14 +840,6 @@ static void handle_exclusive_region_request(struct fw_card *card,
offset, request->length);
spin_unlock_irqrestore(&address_handler_lock, flags);
- /*
- * FIXME: lookup the fw_node corresponding to the sender of
- * this request and pass that to the address handler instead
- * of the node ID. We may also want to move the address
- * allocations to fw_node so we only do this callback if the
- * upper layers registered it for this node.
- */
-
if (handler == NULL)
fw_send_response(card, request, RCODE_ADDRESS_ERROR);
else