From: Veaceslav Falico Date: Tue, 15 Jul 2014 17:36:03 +0000 (+0200) Subject: bonding: remove pr_fmt from bond_alb.c X-Git-Tag: firefly_0821_release~176^2~3474^2~153^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=abaf98ef8078a48157027ec3168c4f4c8c13f48a;p=firefly-linux-kernel-4.4.55.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