1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Use AVA_GETS_OK macro in avalon_read.

This commit is contained in:
Con Kolivas 2013-05-26 14:23:14 +10:00
parent ebf885520d
commit 7cf154bfa5
2 changed files with 1 additions and 3 deletions

View File

@ -262,7 +262,7 @@ static int avalon_read(int fd, char *buf, ssize_t len)
len -= ret;
}
return 0;
return AVA_GETS_OK;
}
static int avalon_reset(struct cgpu_info *avalon, int fd)

View File

@ -115,8 +115,6 @@ struct avalon_info {
#define AVA_GETS_ERROR -1
#define AVA_GETS_OK 0
#define AVA_GETS_RESTART 1
#define AVA_GETS_TIMEOUT 2
#define AVA_SEND_ERROR -1
#define AVA_SEND_OK 0