public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: link_local: fix build
       [not found] <661617676.262827.1342696766113.JavaMail.root@advansee.com>
@ 2012-07-19 11:19 ` Benoît Thébaudeau
  2012-07-19 17:54   ` Joe Hershberger
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Thébaudeau @ 2012-07-19 11:19 UTC (permalink / raw)
  To: u-boot

Fix comment within comment build error.

Signed-off-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
---
 .../net/link_local.c                               |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git u-boot-66714b1.orig/net/link_local.c u-boot-66714b1/net/link_local.c
index 8e7665f..d52f13a 100644
--- u-boot-66714b1.orig/net/link_local.c
+++ u-boot-66714b1/net/link_local.c
@@ -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),

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] net: link_local: fix build
  2012-07-19 11:19 ` [U-Boot] [PATCH] net: link_local: fix build Benoît Thébaudeau
@ 2012-07-19 17:54   ` Joe Hershberger
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Hershberger @ 2012-07-19 17:54 UTC (permalink / raw)
  To: u-boot

Hi Beno?t,

On Thu, Jul 19, 2012 at 6:19 AM, Beno?t Th?baudeau
<benoit.thebaudeau@advansee.com> wrote:
> Fix comment within comment build error.
>
> Signed-off-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
> Cc: Joe Hershberger <joe.hershberger@gmail.com>
> ---

Applied, thanks.

-Joe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-19 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <661617676.262827.1342696766113.JavaMail.root@advansee.com>
2012-07-19 11:19 ` [U-Boot] [PATCH] net: link_local: fix build Benoît Thébaudeau
2012-07-19 17:54   ` Joe Hershberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox