Re: [Patch v4 09/12] net: ethernet: xilinx: Generate random mac if none found

2016-09-02 Thread Michal Simek
On 1.9.2016 18:51, Zubair Lutfullah Kakakhel wrote: > At the moment, if the emaclite device doesn't find a mac address > from any source, it simply uses 0x0 with a warning printed. > > Instead of using a 0x0 mac address, use a randomly generated one. > > Signed-off-by: Zubair Lutfullah Kakakhel

[Patch v4 09/12] net: ethernet: xilinx: Generate random mac if none found

2016-09-01 Thread Zubair Lutfullah Kakakhel
At the moment, if the emaclite device doesn't find a mac address from any source, it simply uses 0x0 with a warning printed. Instead of using a 0x0 mac address, use a randomly generated one. Signed-off-by: Zubair Lutfullah Kakakhel --- V3 -> V4 Curly braces after if check for correct styling V