Browse Source

Merge commit '056d631' into bfgminer

Luke Dashjr 13 years ago
parent
commit
78f698e7fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-modminer.c

+ 2 - 0
driver-modminer.c

@@ -326,6 +326,8 @@ modminer_change_clock(struct thr_info*thr, bool needlock, signed char delta)
 
 	if (buf[0])
 		state->dclk.freqM = clk / 2;
+	else
+		return false;
 
 	return true;
 }