Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 280f64d4 authored by Stefan Richter's avatar Stefan Richter
Browse files

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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 26b4950d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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