Re: [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-16 Thread Ralf Baechle
On Thu, Jul 12, 2012 at 10:33:12PM -0700, Joe Perches wrote: > Convert the existing uses of random_ether_addr to > the new eth_random_addr. > > Signed-off-by: Joe Perches > --- > arch/blackfin/mach-bf537/boards/stamp.c |2 +- > arch/c6x/kernel/soc.c |2 +- > arch/mips/

Re: [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-16 Thread Mark Salter
On Thu, 2012-07-12 at 22:33 -0700, Joe Perches wrote: > Convert the existing uses of random_ether_addr to > the new eth_random_addr. > > Signed-off-by: Joe Perches > --- > arch/blackfin/mach-bf537/boards/stamp.c |2 +- > arch/c6x/kernel/soc.c |2 +- Acked-by: Mark Salte

Re: [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-15 Thread Mike Frysinger
On Friday 13 July 2012 01:33:12 Joe Perches wrote: > Convert the existing uses of random_ether_addr to > the new eth_random_addr. > > Signed-off-by: Joe Perches > --- > arch/blackfin/mach-bf537/boards/stamp.c |2 +- Acked-by: Mike Frysinger -mike signature.asc Description: This is a digit

[PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-12 Thread Joe Perches
Convert the existing uses of random_ether_addr to the new eth_random_addr. Signed-off-by: Joe Perches --- arch/blackfin/mach-bf537/boards/stamp.c |2 +- arch/c6x/kernel/soc.c |2 +- arch/mips/ar7/platform.c|4 ++-- arch/mips/powertv/powertv_setup.c