From: Michał Mirosław Date: Mon, 24 Jan 2011 23:45:15 +0000 (-0800) Subject: net: reduce and unify printk level in netdev_fix_features() X-Git-Tag: v2.6.39-rc1~468^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd1130e8793fb150fb522da8ec51675839eb4b1;p=pandora-kernel.git net: reduce and unify printk level in netdev_fix_features() Reduce printk() levels to KERN_INFO in netdev_fix_features() as this will be used by ethtool and might spam dmesg unnecessarily. This converts the function to use netdev_info() instead of plain printk(). As a side effect, bonding and bridge devices will now log dropped features on every slave device change. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed