Re: [PATCH net-next v2] net: dsa: b53: Utilize common helpers for u64/MAC

2017-01-06 Thread David Miller
From: Florian Fainelli Date: Thu, 5 Jan 2017 11:08:58 -0800 > Utilize the two functions recently introduced: u64_to_ether() and > ether_to_u64() instead of our own versions. > > Reviewed-by: Andrew Lunn > Signed-off-by: Florian Fainelli

[PATCH net-next v2] net: dsa: b53: Utilize common helpers for u64/MAC

2017-01-05 Thread Florian Fainelli
Utilize the two functions recently introduced: u64_to_ether() and ether_to_u64() instead of our own versions. Reviewed-by: Andrew Lunn Signed-off-by: Florian Fainelli --- Changes in v2: - include etherdevice.h in b53_priv.h to fix Kbuild reported errors