aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorVeaceslav Falico <vfalico@gmail.com>2014-07-15 19:35:59 +0200
committerDavid S. Miller <davem@davemloft.net>2014-07-15 23:15:58 -0700
commitf338532327bf1f93ff30764dbd2251c1e2fa765b (patch)
tree1e4e77f22fd1d11519aebb343a1c106f385e1e1b /drivers/net/bonding/bond_main.c
parentbonding: convert bond_main.c to use netdev_printk instead of pr_ (diff)
downloadlinux-dev-f338532327bf1f93ff30764dbd2251c1e2fa765b.tar.xz
linux-dev-f338532327bf1f93ff30764dbd2251c1e2fa765b.zip
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 '')
-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 3b96867e99de..041036e31aa3 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>