projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4471f5
)
bonding: remove pr_fmt from bond_3ad.c
author
Veaceslav Falico
<
[email protected]
>
Tue, 15 Jul 2014 17:36:01 +0000
(19:36 +0200)
committer
David S. Miller
<
[email protected]
>
Wed, 16 Jul 2014 06:15:58 +0000
(23:15 -0700)
To maintain the same message structure as netdev_* functions print.
CC: Jay Vosburgh <
[email protected]
>
CC: Andy Gospodarek <
[email protected]
>
Signed-off-by: Veaceslav Falico <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/bonding/bond_3ad.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_3ad.c
b/drivers/net/bonding/bond_3ad.c
index 159c451324ce8d4f652a5c4b605889c526c3c1da..ee2c73a9de397da448bd3ac617b04bf1a6ae7749 100644
(file)
--- a/
drivers/net/bonding/bond_3ad.c
+++ b/
drivers/net/bonding/bond_3ad.c
@@
-20,8
+20,6
@@
*
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/skbuff.h>
#include <linux/if_ether.h>
#include <linux/netdevice.h>