Browse Source

Bugfix: bifury: strtoll already implies native endian, no need to flip it again

Luke Dashjr 11 years ago
parent
commit
bbaf5fa989
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-bifury.c

+ 0 - 1
driver-bifury.c

@@ -360,7 +360,6 @@ void bifury_handle_cmd(struct cgpu_info * const dev, const char * const cmd)
 		const uint32_t jobid = strtoll(&p[1], &p, 0x10);
 		const uint32_t ntime = strtoll(&p[1], &p, 0x10);
 		const int chip = atoi(&p[1]);
-		nonce = le32toh(nonce);
 		const struct cgpu_info *proc = device_proc_by_id(dev, chip);
 		if (unlikely(!proc))
 			proc = dev;