UDP Networking: Misc fixes to get the last changes working + cleanup

This commit is contained in:
Gregory Nutt
2015-05-29 14:32:56 -06:00
parent fa8b7c19b7
commit 0bdf2d5360
6 changed files with 29 additions and 68 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ FAR struct devif_callback_s *
return NULL;
}
ret->nxtdev = dev->d_devcb;
dev->d_devcb = ret;
ret->nxtdev = dev->d_devcb;
dev->d_devcb = ret;
}
/* Add the newly allocated instance to the head of the specified list */