Re: [PATCH] ixgbe: Use is_valid_ether_addr

2012-12-03 Thread Jeff Kirsher
On Mon, 2012-12-03 at 09:47 -0800, Joe Perches wrote: > On Sat, 2012-10-20 at 09:22 -0700, Joe Perches wrote: > > Use the normal kernel test instead of a module specific one. > > ping? Your timely is perfect, I just cleared out all the ixgbe patches in my queue that were before yours, and your pa

Re: [PATCH] ixgbe: Use is_valid_ether_addr

2012-12-03 Thread Joe Perches
On Sat, 2012-10-20 at 09:22 -0700, Joe Perches wrote: > Use the normal kernel test instead of a module specific one. ping? > Signed-off-by: Joe Perches > --- > found when doing that larger style conversion, > might as well submit it. > > drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 2 +-

Re: [PATCH] ixgbe: Use is_valid_ether_addr

2012-10-21 Thread Jeff Kirsher
On Sat, 2012-10-20 at 09:22 -0700, Joe Perches wrote: > Use the normal kernel test instead of a module specific one. > > Signed-off-by: Joe Perches > --- > found when doing that larger style conversion, > might as well submit it. > > drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 2 +- > dr