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

2012-07-16 Thread Felipe Balbi
On Thu, Jul 12, 2012 at 10:33:11PM -0700, Joe Perches wrote: > Convert the existing uses of random_ether_addr to > the new eth_random_addr. > > Signed-off-by: Joe Perches for drivers/usb/gadget: Acked-by: Felipe Balbi > --- > drivers/usb/atm/xusbatm.c|4 ++-- > drivers/usb/gadget/u_e

[PATCH net-next 7/8] usb: 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 --- drivers/usb/atm/xusbatm.c|4 ++-- drivers/usb/gadget/u_ether.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/atm/xusbatm.c b/drivers/usb/atm/x