Browse Source

Bugfix: drillbit: Reduce work message to correct size

Luke Dashjr 12 years ago
parent
commit
506bc5e052
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-drillbit.c

+ 1 - 1
driver-drillbit.c

@@ -277,7 +277,7 @@ bool drillbit_job_prepare(struct thr_info * const thr, struct work * const work,
 	struct cgpu_info * const proc = thr->cgpu;
 	struct cgpu_info * const proc = thr->cgpu;
 	const int chipid = proc->proc_id;
 	const int chipid = proc->proc_id;
 	struct cgpu_info * const dev = proc->device;
 	struct cgpu_info * const dev = proc->device;
-	uint8_t buf[0x31];
+	uint8_t buf[0x2f];
 	
 	
 	if (!drillbit_ensure_configured(dev))
 	if (!drillbit_ensure_configured(dev))
 		return false;
 		return false;