Browse Source

Bugfix: bitfury: Clear force_reinit flag after reinit

Luke Dashjr 12 years ago
parent
commit
164039630e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bitfury.c

+ 1 - 0
driver-bitfury.c

@@ -648,6 +648,7 @@ out:
 			       proc->proc_repr);
 			send_reinit(bitfury->spi, bitfury->slot, bitfury->fasync, bitfury->osc6_bits);
 			bitfury->desync_counter = 99;
+			bitfury->force_reinit = false;
 		}
 	}