diff options
Diffstat (limited to 'drivers/firewire/core-transaction.c')
| -rw-r--r-- | drivers/firewire/core-transaction.c | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/firewire/core-transaction.c b/drivers/firewire/core-transaction.c index 426886a91bd..89e310ba03b 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  |