diff options
author | Matthew Whitehead <tedheadster@gmail.com> | 2013-12-11 17:00:59 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-11 17:11:58 -0500 |
commit | 99023e90fe5c147ea0665bda86764ea44f08a622 (patch) | |
tree | bd059d21e4fbf2d6bf2a4472746485a06cf529fe /scripts/package/builddeb | |
parent | d52eb0d46f3606b9de9965cebb2beb2202a0dc62 (diff) | |
download | linux-99023e90fe5c147ea0665bda86764ea44f08a622.tar.gz linux-99023e90fe5c147ea0665bda86764ea44f08a622.tar.bz2 linux-99023e90fe5c147ea0665bda86764ea44f08a622.zip |
8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature
Removed the shared ei_debug variable. Replaced it by adding u32 msg_enable to
the private struct ei_device. Now each 8390 ethernet instance has a per-device
logging variable.
Changed older style printk() calls to more canonical forms.
Tested on: ne, ne2k-pci, smc-ultra, and wd hardware.
V4.0
- Substituted pr_info() and pr_debug() for printk() KERN_INFO and KERN_DEBUG
V3.0
- Checked for cases where pr_cont() was most appropriate choice.
- Changed module parameter from 'debug' to 'msg_enable' because debug was
no longer the best description.
V2.0
- Changed netif_msg_(drv|probe|ifdown|rx_err|tx_err|tx_queued|intr|rx_status|hw)
to netif_(dbg|info|warn|err) where possible.
Signed-off-by: Matthew Whitehead <tedheadster@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/package/builddeb')
0 files changed, 0 insertions, 0 deletions