Browse Source

titan: reportin every process_report to avoid falsely tripping the watchdog

Luke Dashjr 11 years ago
parent
commit
a30a5029d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      driver-titan.c

+ 3 - 0
driver-titan.c

@@ -551,6 +551,9 @@ static bool knc_titan_process_report(struct knc_titan_info * const knc, struct k
 	}
 	knccore->last_nonce.slot = report->nonce[0].slot;
 	knccore->last_nonce.nonce = report->nonce[0].nonce;
+	
+	thread_reportin(proc->thr[0]);
+	
 	return ret;
 }