summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorVeaceslav Falico <vfalico@gmail.com>2014-07-15 17:35:59 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-07-16 06:15:58 (GMT)
commitf338532327bf1f93ff30764dbd2251c1e2fa765b (patch)
tree1e4e77f22fd1d11519aebb343a1c106f385e1e1b /drivers/net/bonding
parent76444f5052edf6683a735c3bc307e11c121654c5 (diff)
downloadlinux-f338532327bf1f93ff30764dbd2251c1e2fa765b.tar.xz
bonding: remove pr_fmt from bond_main.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/net/bonding')
-rw-r--r--drivers/net/bonding/bond_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 3b96867..041036e 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -31,8 +31,6 @@
*
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>