aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVarka Bhadram <varkab@cdac.in>2014-07-10 11:05:41 +0530
committerDavid S. Miller <davem@davemloft.net>2014-07-10 00:40:36 -0700
commitf160a2d0b524eeebd97a68e2fbb59fad4cdd3fee (patch)
tree1c2e40b80265c1090e6662509a8c8751bea33b10 /include
parentnet: cpmac: fix comments (diff)
downloadlinux-dev-f160a2d0b524eeebd97a68e2fbb59fad4cdd3fee.tar.xz
linux-dev-f160a2d0b524eeebd97a68e2fbb59fad4cdd3fee.zip
net: cpmac: dynamic debug fixes
This patch does the following changes 1. convert printk(KERN_DEBUG.. to netdev_dbg() if we have net_device object or convert to dev_dbg() if we have device object. 2. convert printk(KERN_WARNING.. to netdev_warn() if we have net_device object or convert to dev_warn() if we have device object 3. convert printk() to pr_* Signed-off-by: Varka Bhadram <varkab@cdac.in> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions