Commit 62a8dfa3d8dcab21e7d9a19338525173a898771e

Con Kolivas 2014-02-06T15:46:53

Fix dud revert.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/driver-hashfast.c b/driver-hashfast.c
index eee792c..1b73e76 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -1122,11 +1122,6 @@ static void hfa_temp_clock(struct cgpu_info *hashfast, struct hashfast_info *inf
 	if (!opt_hfa_target)
 		return;
 
-	/* Only attempt to adjust fanspeed and/or clock speeds if we have
-	 * sampled enough temperature data. */
-	if (info->temp_updates < 5)
-		return;
-
 	/* First find out if any dies are throttled before trying to optimise
 	 * fanspeed, and find the slowest clock. */
 	low_clock = info->hash_clock_rate;