From bd0d53f1d8193be0ab1ece4b2f17f1f45f05f6b2 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sat, 18 Feb 2012 19:53:39 +0100 Subject: [PATCH] --- yaml --- r: 294115 b: refs/heads/master c: 280f64d4f108b7ac707d6208d50a59627b984dc5 h: refs/heads/master i: 294113: cd5af546efa02c748878cba46923c1f849f9e673 294111: 7b228d4d6b2022ec9e169f0e0ce66ccf74916a80 v: v3 --- [refs] | 2 +- trunk/drivers/firewire/core-transaction.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 873114a08b90..866e5121d4fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26b4950de174bc96c27b77546370dec84fb75ae7 +refs/heads/master: 280f64d4f108b7ac707d6208d50a59627b984dc5 diff --git a/trunk/drivers/firewire/core-transaction.c b/trunk/drivers/firewire/core-transaction.c index 426886a91bd1..89e310ba03ba 100644 --- a/trunk/drivers/firewire/core-transaction.c +++ b/trunk/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