summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-03 11:04:54 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-03 11:04:54 +0100
commite1c7c1cd3f146b633ada94d32c4253eaf02dff55 (patch)
treec8f5d24c45da181b6a7da87780c6a4b3a4c0ae4c
parentef1eb8ac473b7c160ea96039115473d993fe00d7 (diff)
remove redundant activate_request
-rw-r--r--xhfc/xhfc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xhfc/xhfc.c b/xhfc/xhfc.c
index f31d94d..a0d61f1 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/xhfc.c
@@ -795,10 +795,6 @@ int xhfc_spanconfig(struct dahdi_span *span, struct dahdi_lineconfig *lc)
start_state_machine(xhfc_span);
- activate_request(xhfc_span); /* TODO: for powersaving reasons, may be
- useful for NT to move the activation/
- deactivation to open/close. */
-
return 0;
}