Re: [PATCH] net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered

2017-01-16 Thread David Miller
From: Heiner Kallweit Date: Sun, 15 Jan 2017 19:19:00 +0100 > Don't use netdev_info and friends before the net_device is registered. > This avoids ugly messages like > "meson8b-dwmac c941.ethernet (unnamed net_device) (uninitialized): > Enable RX Mitigation via HW

[PATCH] net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered

2017-01-15 Thread Heiner Kallweit
Don't use netdev_info and friends before the net_device is registered. This avoids ugly messages like "meson8b-dwmac c941.ethernet (unnamed net_device) (uninitialized): Enable RX Mitigation via HW Watchdog Timer" Signed-off-by: Heiner Kallweit ---