net: reduce and unify printk level in netdev_fix_features()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Mon, 24 Jan 2011 23:45:15 +0000 (15:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jan 2011 23:45:15 +0000 (15:45 -0800)
commitacd1130e8793fb150fb522da8ec51675839eb4b1
tree0da6f9f8f7690b426ff069f95bb28bf9e692d534
parent04ed3e741d0f133e02bed7fa5c98edba128f90e7
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 <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
include/linux/netdevice.h
net/bridge/br_if.c
net/core/dev.c