From e636fe2576be552252a5b63e9287915e810b37d8 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 26 Jan 2007 00:38:04 -0500 Subject: firewire: Loop requests to the host controller back into the stack. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- drivers/firewire/fw-device.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/firewire/fw-device.c') diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c index 4fb5587252a9..d71824bb61cb 100644 --- a/drivers/firewire/fw-device.c +++ b/drivers/firewire/fw-device.c @@ -532,11 +532,6 @@ void fw_node_event(struct fw_card *card, struct fw_node *node, int event) { struct fw_device *device; - /* Ignore events for the local node (i.e. the node that - * corresponds to the ieee1394 controller in this linux box). */ - if (node == card->local_node) - return; - switch (event) { case FW_NODE_CREATED: case FW_NODE_LINK_ON: -- cgit v1.2.3