dynamic_debug: make netif_dbg() call __netdev_printk()
authorJason Baron <jbaron@redhat.com>
Thu, 11 Aug 2011 18:36:53 +0000 (14:36 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 01:23:06 +0000 (18:23 -0700)
commitb5fb0a03214dfd02bc34bda659d5b89ef12741b2
tree16bc6d62861e5ef06cf8643000f55db60e65a5f1
parentffa10cb47a94c9b456c83301c8047e2a898dd409
dynamic_debug: make netif_dbg() call __netdev_printk()

Previously, netif_dbg() was using dynamic_dev_dbg() to perform
the underlying printk. Fix it to use __netdev_printk(), instead.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/netdevice.h
This page took 0.025847 seconds and 5 git commands to generate.