From: Jason Baron Date: Thu, 11 Aug 2011 18:36:48 +0000 (-0400) Subject: dynamic_debug: make netdev_dbg() call __netdev_printk() X-Git-Tag: v3.2-rc1~184^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa10cb47a94c9b456c83301c8047e2a898dd409;p=pandora-kernel.git 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 Signed-off-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed