dynamic_debug: make netdev_dbg() call __netdev_printk()
authorJason Baron <jbaron@redhat.com>
Thu, 11 Aug 2011 18:36:48 +0000 (14:36 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 01:23:06 +0000 (18:23 -0700)
commitffa10cb47a94c9b456c83301c8047e2a898dd409
treedd0fb674235c51d54fd80540420c23002795048e
parentac0ac38f68be73b92dc390ceace50a0d143d76ae
dynamic_debug: make netdev_dbg() call __netdev_printk()

Previously, if dynamic debug was enabled netdev_dbg() was using
dynamic_dev_dbg() to print out the underlying msg. Fix this by making
sure netdev_dbg() uses __netdev_printk().

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/dynamic_debug.h
include/linux/netdevice.h
lib/dynamic_debug.c
net/core/dev.c
This page took 0.025816 seconds and 5 git commands to generate.