From: Joe Perches Date: Tue, 9 Feb 2010 11:49:47 +0000 (+0000) Subject: netdevice.h: Add netdev_printk helpers like dev_printk X-Git-Tag: v2.6.34-rc1~233^2~360 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571ba42303813106d533bf6bda929d8e289f51bf;p=pandora-kernel.git netdevice.h: Add netdev_printk helpers like dev_printk These netdev_printk routines take a struct net_device * and emit dev_printk logging messages adding "%s: " ... netdev->dev.parent to the dev_printk format and arguments. This can create some uniformity in the output message log. These helpers should not be used until a successful alloc_netdev. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed