OSDN Git Service

net/mac89x0: Replace custom debug logging with netif_* calls
authorFinn Thain <fthain@telegraphics.com.au>
Thu, 1 Mar 2018 23:29:28 +0000 (18:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:21:36 +0000 (21:21 -0500)
commit5a3b7504c493c71efee722f871299a0abe19b484
tree2bc2d931cbbf20c66297a8cc2b288b60881fd9ad
parent86c2666eac0e68f0cd21659c7888c95b029761d1
net/mac89x0: Replace custom debug logging with netif_* calls

Adopt the conventional style of debug logging because it is both
shorter and more flexible.
Remove the 'version_printed' flag as the version will be printed
only once anyway (when the module loads).

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cirrus/mac89x0.c