net/netdev_findbyaddr.c: Skip network devices that are in the down state. They have no meaning address

This commit is contained in:
Gregory Nutt
2014-03-20 17:27:59 -06:00
parent 349f7155c7
commit baa91448e6
3 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ static int usbmsc_bind(FAR struct usbdevclass_driver_s *driver,
priv->usbdev = dev;
/* Save the reference to our private data structure in EP0 so that it
* can be recovered in ep0 completion events (Unless we are part of
* can be recovered in ep0 completion events (Unless we are part of
* a composite device and, in that case, the composite device owns
* EP0).
*/