]> Git Repo - linux.git/commit
net/mac89x0: Replace custom debug logging with netif_* calls
authorFinn Thain <[email protected]>
Thu, 1 Mar 2018 23:29:28 +0000 (18:29 -0500)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/cirrus/mac89x0.c
This page took 0.052251 seconds and 4 git commands to generate.