Count no matching work as a hw error on bxf
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);