Eliminate a warning

This commit is contained in:
Gregory Nutt 2014-10-06 16:15:24 -06:00
parent 9e102bc458
commit e38640ecd8

View File

@ -135,7 +135,7 @@ void aio_initialize(void)
{ {
/* Add the container to the free list */ /* Add the container to the free list */
dq_addlast(&g_aioc_alloc[i], &g_aioc_free); dq_addlast(&g_aioc_alloc[i].aioc_link, &g_aioc_free);
} }
} }