From a30a5029d0f19ed356ba3cc00c15e88bb31a8a10 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 10 Nov 2014 22:28:33 +0000 Subject: [PATCH] titan: reportin every process_report to avoid falsely tripping the watchdog --- driver-titan.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver-titan.c b/driver-titan.c index 4365ffb313..4dff0cc961 100644 --- a/driver-titan.c +++ b/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; }