summaryrefslogtreecommitdiff
path: root/xhfc/xhfc_st_state.c
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-03 11:19:32 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-03 11:19:32 +0100
commit5c030ac5b0019a937d7f6bf6b77ee2587c4081dc (patch)
tree510f8c511f809a337acfed7ab6109d271f6c59b3 /xhfc/xhfc_st_state.c
parente1c7c1cd3f146b633ada94d32c4253eaf02dff55 (diff)
remove out-of-date comment
Diffstat (limited to 'xhfc/xhfc_st_state.c')
-rw-r--r--xhfc/xhfc_st_state.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/xhfc/xhfc_st_state.c b/xhfc/xhfc_st_state.c
index 6f15e00..6a94f78 100644
--- a/xhfc/xhfc_st_state.c
+++ b/xhfc/xhfc_st_state.c
@@ -242,22 +242,8 @@ static void activation_timer_expiry(struct xhfc_span* s)
s->activation_timer = NOT_RUNNING;
- if (t1_expiry) {
-
- /* When setting the state to G4 by writing
- * A_SU_WR_STA, is the T2 timer automatically
- * started? I suppose so because I don't see
- * any other way to start it and it is
- * implemented in hardware.
- */
-
+ if (t1_expiry || t3_expiry)
deactivate_request(s);
-
- } else if(t3_expiry) {
-
- deactivate_request(s);
-
- }
}
static void allow_G2_G3_transition(struct xhfc_span* s)