commit | ffa10cb47a94c9b456c83301c8047e2a898dd409 | [log] [tgz] |
---|---|---|
author | Jason Baron <jbaron@redhat.com> | Thu Aug 11 14:36:48 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 22 18:23:06 2011 -0700 |
tree | dd0fb674235c51d54fd80540420c23002795048e | |
parent | ac0ac38f68be73b92dc390ceace50a0d143d76ae [diff] |
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>