Browse Source

Only do_avalon_close once on multiple errors.

Con Kolivas 13 years ago
parent
commit
809fec91a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-avalon.c

+ 0 - 1
driver-avalon.c

@@ -939,7 +939,6 @@ static int64_t avalon_scanhash(struct thr_info *thr)
 		applog(LOG_ERR,
 		       "AVA%i: FPGA controller mess up", avalon->device_id);
 		dev_error(avalon, REASON_DEV_COMMS_ERROR);
-		do_avalon_close(thr);
 		sleep(1);
 		avalon_init(avalon);
 		return 0;