Re: [U-Boot] [PATCH 1/1] net: sun8i_emac: Remove debug message

2019-11-19 Thread Jagan Teki
On Mon, Nov 4, 2019 at 3:13 PM Stefan Mavrodiev wrote: > > When booting with sun8i_emac driver, the user get output like this: > > ... > Net: phy interface7 > eth0: ethernet@1c3 > ... > > The first line doesn't provide any useful information except for the > developers. I guess this

[U-Boot] [PATCH 1/1] net: sun8i_emac: Remove debug message

2019-11-04 Thread Stefan Mavrodiev
When booting with sun8i_emac driver, the user get output like this: ... Net: phy interface7 eth0: ethernet@1c3 ... The first line doesn't provide any useful information except for the developers. I guess this is some leftover debugging message. This patch change it to such. The new