Browse Source

Merge commit '8b2b9b3' into update_avalon_20130524

Luke Dashjr 13 years ago
parent
commit
e39391b661
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-avalon.c

+ 0 - 1
driver-avalon.c

@@ -273,7 +273,6 @@ static int avalon_get_result(int fd, struct avalon_result *ar,
 	memset(result, 0, AVALON_READ_SIZE);
 	ret = avalon_gets(fd, result, read_count, thr, tv_finish);
 
-	memset(ar, 0, sizeof(struct avalon_result));
 	if (ret == AVA_GETS_OK) {
 		if (opt_debug) {
 			applog(LOG_DEBUG, "Avalon: get:");