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