]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Bonding: Convert multiple netdev_info messages to netdev_dbg
authorMichael Dilmore <michael.j.dilmore@gmail.com>
Mon, 26 Jun 2017 15:49:46 +0000 (16:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2017 16:21:37 +0000 (12:21 -0400)
commiteac306b4adb7452c0228f32dd004f791ab08aae8
tree4f3096f2c205446590a2a91b7e5836df548ad765
parent2ee87db3a287f81bf1bbc10ef52e7cb6d034ef92
Bonding: Convert multiple netdev_info messages to netdev_dbg

The bond_options.c file contains multiple netdev_info statements that clutter kernel output.
This patch replaces all netdev_info with netdev_dbg and adds a netdev_dbg statement for the
packets per slave parameter. Also fixes misalignment at line 467.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael J Dilmore <michael.j.dilmore@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_options.c