|
@@ -379,7 +379,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 jobid = strtoll(&p[1], &p, 0x10);
|
|
|
const uint32_t ntime = strtoll(&p[1], &p, 0x10);
|
|
const uint32_t ntime = strtoll(&p[1], &p, 0x10);
|
|
|
const int chip = atoi(&p[1]);
|
|
const int chip = atoi(&p[1]);
|
|
|
- nonce = le32toh(nonce);
|
|
|
|
|
const struct cgpu_info *proc = device_proc_by_id(dev, chip);
|
|
const struct cgpu_info *proc = device_proc_by_id(dev, chip);
|
|
|
if (unlikely(!proc))
|
|
if (unlikely(!proc))
|
|
|
proc = dev;
|
|
proc = dev;
|