mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
net: link_local: fix build
Fix comment within comment build error. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Joe Hershberger <joe.hershberger@gmail.com>
This commit is contained in:
parent
b977aa80b5
commit
b684115791
1 changed files with 3 additions and 3 deletions
|
@ -225,8 +225,8 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
|
|||
timeout_ms = diff | 1; /* never 0 */
|
||||
}
|
||||
}
|
||||
/*
|
||||
* XXX Don't bother with ethernet link just yet
|
||||
#if 0
|
||||
/* XXX Don't bother with ethernet link just yet */
|
||||
if ((fds[0].revents & POLLIN) == 0) {
|
||||
if (fds[0].revents & POLLERR) {
|
||||
/*
|
||||
|
@ -240,7 +240,7 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
|
|||
}
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
|
||||
debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n",
|
||||
eth_get_name(), ntohs(arp->ar_pro),
|
||||
|
|
Loading…
Reference in a new issue