Files
linux/drivers
Varka Bhadram f160a2d0b5 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>
2014-07-10 00:40:36 -07:00
..
2014-06-23 16:47:44 -07:00
2014-07-07 16:32:16 -04:00
2014-06-17 14:28:04 +02:00
2014-05-27 17:38:11 -07:00
2014-07-10 00:40:36 -07:00
2014-05-26 21:27:09 +02:00
2014-06-23 09:22:48 +03:00