diff options
author | Joel Stanley <joel@jms.id.au> | 2018-06-19 07:38:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-20 00:26:58 +0200 |
commit | 6e42a3f5cdb60e2641472a8d668cce13736e0443 (patch) | |
tree | 3a706ea169cc007755509530b9108696bb5a4668 /Documentation/fmc | |
parent | net/ncsi: Drop no more channels message (diff) | |
download | linux-6e42a3f5cdb60e2641472a8d668cce13736e0443.tar.xz linux-6e42a3f5cdb60e2641472a8d668cce13736e0443.zip |
net/ncsi: Use netdev_dbg for debug messages
This moves all of the netdev_printk(KERN_DEBUG, ...) messages over to
netdev_dbg.
As Joe explains:
> netdev_dbg is not included in object code unless
> DEBUG is defined or CONFIG_DYNAMIC_DEBUG is set.
> And then, it is not emitted into the log unless
> DEBUG is set or this specific netdev_dbg is enabled
> via the dynamic debug control file.
Which is what we're after in this case.
Acked-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/fmc')
0 files changed, 0 insertions, 0 deletions