Remove the optimization for unarming the timer

Bug: 22388460
Change-Id: Ib45d9cd36725c7cb9b82540cf395bd21f5d35fd4
diff --git a/src/upio.c b/src/upio.c
index 4ffef9a..3f73482 100644
--- a/src/upio.c
+++ b/src/upio.c
@@ -446,7 +446,7 @@
                 UPIODBG("BT_WAKE is %s already", lpm_state[action]);
 
 #if (BT_WAKE_VIA_PROC == TRUE)
-                if (lpm_proc_cb.btwrite_active == TRUE) {
+                if (lpm_proc_cb.btwrite_active == TRUE)
                     /*
                      * The proc btwrite node could have not been updated for
                      * certain time already due to heavy downstream path flow.
@@ -456,10 +456,7 @@
                      * a 10sec internal in-activity timeout timer before it
                      * attempts to deassert BT_WAKE line.
                      */
-                    /* re-arm user space timer */
-                    upio_start_stop_timer(action);
                     return;
-                }
 #else
                 return;
 #endif