Browse Source

Bugfix: bigpic: Don't active poll event without a poll function

Luke Dashjr 12 years ago
parent
commit
efe47d572d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      driver-bigpic.c

+ 0 - 4
driver-bigpic.c

@@ -155,10 +155,6 @@ static bool bigpic_init(struct thr_info *thr)
 
 
 	applog(LOG_INFO, "%"PRIpreprv": Opened %s", bigpic->proc_repr, bigpic->device_path);
 	applog(LOG_INFO, "%"PRIpreprv": Opened %s", bigpic->proc_repr, bigpic->device_path);
 
 
-	struct timeval tv_now;
-	gettimeofday(&tv_now, NULL);
-	timer_set_delay(&thr->tv_poll, &tv_now, 1000000);
-
 	info->tx_buffer[0] = 'W';
 	info->tx_buffer[0] = 'W';
 
 
 	return true;
 	return true;