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

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