On Sun, Aug 19, 2012 at 07:36:37PM +0300, Tomas Winkler wrote: > "addr" is a pointer so it's either 4 or 8 bytes, but actually we want > to compare 6 bytes (ETH_ALEN). > > As network stack already provides helper function > is_zero_ether_addr() we use that instead of memcmp > > Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> > Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Cc: Rupesh Gujare <rgujare@xxxxxxxxxxxxxxx> > --- > V1: by Dan Carpenter <dan.carpenter@xxxxxxxxxx> > V2: replace memcmp with is_zero_ether_addr > V3: include <linux/etherdevice.h> > Acked-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html