]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
bonding: remove pr_fmt from bond_alb.c
authorVeaceslav Falico <vfalico@gmail.com>
Tue, 15 Jul 2014 17:36:03 +0000 (19:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 06:15:58 +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_alb.c

index 194a45bd1ef77cbef50aa71f16e6e1f116f765ec..f16442fa97ff833d1276d77f91c70146aa2b0cc9 100644 (file)
@@ -19,8 +19,6 @@
  *
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>