summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xhfc/xhfc_st_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/xhfc_st_state.c b/xhfc/xhfc_st_state.c
index dfa9897..b34d180 100644
--- a/xhfc/xhfc_st_state.c
+++ b/xhfc/xhfc_st_state.c
@@ -97,7 +97,7 @@ void deactivate_request(struct xhfc_span* s)
u8 a_su_wr_sta = 0;
int sta = GET_V_SU_STA(s->state);
- if (!s->nt || (s->nt && (sta == G1 || sta == G4))) {
+ if (s->nt && (sta == G1 || sta == G4)) {
printk(KERN_INFO DRIVER_NAME ": "
"deactivate impossible by definition of layer 1"
" in state %c%d on port %d\n",