diff options
author | Veaceslav Falico <vfalico@gmail.com> | 2014-07-15 17:36:03 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-16 06:15:58 (GMT) |
commit | abaf98ef8078a48157027ec3168c4f4c8c13f48a (patch) | |
tree | 0e4de066a2fc749b35316239b32bf10bb723e404 /drivers | |
parent | 0a111a03f474dfd04e119ea095c3cff4192fccd1 (diff) | |
download | linux-abaf98ef8078a48157027ec3168c4f4c8c13f48a.tar.xz |
bonding: remove pr_fmt from bond_alb.c
To maintain the same message structure as netdev_* functions print.
CC: Jay Vosburgh <j.vosburgh@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 194a45b..f16442f 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c @@ -19,8 +19,6 @@ * */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include <linux/skbuff.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> |