IOBs: Fix build break

Signed-off-by: Masayuki Ishikawa <masayuki.ishikawa@gmail.com>
This commit is contained in:
Masayuki Ishikawa
2017-05-18 12:57:29 +09:00
parent 989195cec8
commit f10e10e465
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ static FAR struct iob_qentry_s *iob_alloc_qcommitted(void)
{
/* Remove the I/O buffer from the committed list */
g_iob_qcommitted = iobq->io_flink;
g_iob_qcommitted = iobq->qe_flink;
/* Put the I/O buffer in a known state */