bonding: change error message to debug message in __bond_release_one()
authorWengang Wang <wen.gang.wang@oracle.com>
Tue, 23 Dec 2014 01:24:36 +0000 (09:24 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Dec 2014 07:20:55 +0000 (02:20 -0500)
commita22a9e4141474b9f314947f159817050a1db58d8
treefb404f0f744aa61d7bd3d9950a8cdebd3da3f6a3
parent24f626d3439f61d87fca0c0c07f614fba41a4e92
bonding: change error message to debug message in __bond_release_one()

In __bond_release_one(), when the interface is not a slave or not a slave of
"this" master, it log error message.

The message actually should be a debug message matching what bond_enslave()
does.

Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
Acked-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c