bonding: bonding: remove pr_fmt from bond_netlink.c
authorVeaceslav Falico <vfalico@gmail.com>
Tue, 15 Jul 2014 17:36:06 +0000 (19:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 06:15:59 +0000 (23:15 -0700)
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>
drivers/net/bonding/bond_netlink.c

index 6b58f8af88cc27f179453b0b54199419321d8844..d163e112f04ce00956fedd17221c3c283ff8a3c6 100644 (file)
@@ -9,8 +9,6 @@
  * (at your option) any later version.
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/netdevice.h>