Commit 25dd5fb0122cb4d3005f709cca701db40944ec4a

Con Kolivas 2013-11-14T15:32:49

Count no matching work as a hw error on bxf

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-bitfury.c b/driver-bitfury.c
index 6bc9ab5..6ff0065 100644
--- a/driver-bitfury.c
+++ b/driver-bitfury.c
@@ -258,6 +258,7 @@ static void parse_bxf_submit(struct cgpu_info *bitfury, struct bitfury_info *inf
 		info->no_matching_work++;
 		mutex_unlock(&info->lock);
 
+		inc_hw_errors(thr);
 		return;
 	}
 	set_work_ntime(work, timestamp);