Commit cf13d02d5fcc0d7e6b122104417485d002a3c7b1

Con Kolivas 2013-06-21T11:03:03

Change avalon no valid work message to no matching work to match API terminology.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-avalon.c b/driver-avalon.c
index 531a961..fb877af 100644
--- a/driver-avalon.c
+++ b/driver-avalon.c
@@ -666,7 +666,7 @@ static void avalon_inc_nvw(struct avalon_info *info, struct thr_info *thr)
 	if (unlikely(info->idle))
 		return;
 
-	applog(LOG_WARNING, "%s%d: No valid work - HW error",
+	applog(LOG_WARNING, "%s%d: No matching work - HW error",
 			thr->cgpu->drv->name, thr->cgpu->device_id);
 
 	inc_hw_errors(thr);