Fix an error introduced with last IOB fix
This commit is contained in:
parent
a6b1e6bd23
commit
7fb7bef2d2
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user