* [PATCH net-next] bonding: combine pr_debugs in bond_set_dev_addr into one
@ 2013-06-29 11:16 Nikolay Aleksandrov
2013-06-29 19:37 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Aleksandrov @ 2013-06-29 11:16 UTC (permalink / raw)
To: netdev; +Cc: andy, fubar, davem
Combine the multiple pr_debugs in bond_set_dev_addr into one pr_debug.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
---
drivers/net/bonding/bond_main.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index ec44580b..742c193 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -843,9 +843,8 @@ static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active,
static void bond_set_dev_addr(struct net_device *bond_dev,
struct net_device *slave_dev)
{
- pr_debug("bond_dev=%p\n", bond_dev);
- pr_debug("slave_dev=%p\n", slave_dev);
- pr_debug("slave_dev->addr_len=%d\n", slave_dev->addr_len);
+ pr_debug("bond_dev=%p slave_dev=%p slave_dev->addr_len=%d\n",
+ bond_dev, slave_dev, slave_dev->addr_len);
memcpy(bond_dev->dev_addr, slave_dev->dev_addr, slave_dev->addr_len);
bond_dev->addr_assign_type = NET_ADDR_STOLEN;
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev);
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] bonding: combine pr_debugs in bond_set_dev_addr into one
2013-06-29 11:16 [PATCH net-next] bonding: combine pr_debugs in bond_set_dev_addr into one Nikolay Aleksandrov
@ 2013-06-29 19:37 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-06-29 19:37 UTC (permalink / raw)
To: nikolay; +Cc: netdev, andy, fubar
From: Nikolay Aleksandrov <nikolay@redhat.com>
Date: Sat, 29 Jun 2013 13:16:59 +0200
> Combine the multiple pr_debugs in bond_set_dev_addr into one pr_debug.
>
> Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-29 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 11:16 [PATCH net-next] bonding: combine pr_debugs in bond_set_dev_addr into one Nikolay Aleksandrov
2013-06-29 19:37 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).