Re: [PATCH] Use is_zero_ether_addr() in net/core/netpoll.c

2006-01-17 Thread David S. Miller
From: "Kris Katterjohn" <[EMAIL PROTECTED]> Date: Tue, 17 Jan 2006 13:51:11 -0800 > This replaces a memcmp() with is_zero_ether_addr(). > > Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> Applied, thanks Kris. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

[PATCH] Use is_zero_ether_addr() in net/core/netpoll.c

2006-01-17 Thread Kris Katterjohn
This replaces a memcmp() with is_zero_ether_addr(). Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> Thanks! --- x/net/core/netpoll.c2006-01-17 08:25:32.0 -0600 +++ y/net/core/netpoll.c2006-01-17 15:45:01.0 -0600 @@ -703,7 +703,7 @@ int netpoll_setup(struct netp