Correct some errors found in build testing.

This commit is contained in:
Gregory Nutt
2018-06-25 14:16:19 -06:00
parent 5a0cf3c9a8
commit 872a11b4a0
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ static int pkt_bind(FAR struct socket *psock, FAR const struct sockaddr *addr,
/* Only Ethernet is supported */
if (d_lltype != NET_LL_ETHERNET)
if (dev->d_lltype != NET_LL_ETHERNET)
{
return -EAFNOSUPPORT;
}