1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Logic fail on minimum fanspeed reporting.

This commit is contained in:
Con Kolivas 2013-05-30 10:14:10 +10:00
parent 8bbb1793f7
commit 2373638399

View File

@ -987,7 +987,7 @@ static void avalon_update_temps(struct cgpu_info *avalon, struct avalon_info *in
static void get_avalon_statline_before(char *buf, struct cgpu_info *avalon)
{
struct avalon_info *info = avalon->device_data;
int lowfan = 0, pwm;
int lowfan = 10000, pwm;
/* Find the lowest fan speed. Fan0 is often not populated. */
if (info->fan0 > 0)