Fix an error introduced with last IOB fix

This commit is contained in:
Gregory Nutt 2016-01-26 09:55:17 -06:00
parent a6b1e6bd23
commit 7fb7bef2d2

View File

@ -146,7 +146,7 @@ static FAR struct iob_qentry_s *iob_allocwait_qentry(void)
* complete the allocation without losing our count.
*/
sem_post(sem);
sem_post(&g_qentry_sem);
}
}
}