Browse Source

Merge remote-tracking branch 'upstream/master'

nfactor-troky
James Z.M. Gao 12 years ago
parent
commit
5ba07b9a03
  1. 2
      driver-avalon.c

2
driver-avalon.c

@ -949,6 +949,7 @@ static int64_t avalon_scanhash(struct thr_info *thr) @@ -949,6 +949,7 @@ static int64_t avalon_scanhash(struct thr_info *thr)
avalon_rotate_array(avalon);
if (hash_count) {
record_temp_fan(info, &ar, &(avalon->temp));
applog(LOG_INFO,
"Avalon: Fan1: %d/m, Fan2: %d/m, Fan3: %d/m\t"
@ -964,6 +965,7 @@ static int64_t avalon_scanhash(struct thr_info *thr) @@ -964,6 +965,7 @@ static int64_t avalon_scanhash(struct thr_info *thr)
info->temp_history_index = 0;
info->temp_sum = 0;
}
}
/* This hashmeter is just a utility counter based on returned shares */
return hash_count;

Loading…
Cancel
Save