diff options
author | Veaceslav Falico <vfalico@gmail.com> | 2014-07-15 21:35:59 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-16 10:15:58 +0400 |
commit | f338532327bf1f93ff30764dbd2251c1e2fa765b (patch) | |
tree | 1e4e77f22fd1d11519aebb343a1c106f385e1e1b /drivers/net/bonding | |
parent | 76444f5052edf6683a735c3bc307e11c121654c5 (diff) | |
download | linux-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.c | 2 |
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> |