From: Veaceslav Falico Date: Tue, 15 Jul 2014 17:36:03 +0000 (+0200) Subject: bonding: remove pr_fmt from bond_alb.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=abaf98ef8078a48157027ec3168c4f4c8c13f48a;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git bonding: remove pr_fmt from bond_alb.c To maintain the same message structure as netdev_* functions print. CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 194a45bd1ef7..f16442fa97ff 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c @@ -19,8 +19,6 @@ * */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include #include #include