On Mon, 07 Aug 2017 15:02:58 -0400 Nathan Fontenot <[email protected]> wrote:
> To ease debugging of the ibmvnic driver add a series of netdev_dbg() > statements to track driver status, especially during initialization, > removal, and resetting of the driver. > > Signed-off-by: Nathan Fontenot <[email protected]> Maybe use netif_dbg() and the message type stuff.
