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:
76444f5
)
bonding: remove pr_fmt from bond_main.c
author
Veaceslav Falico
<
[email protected]
>
Tue, 15 Jul 2014 17:35:59 +0000
(19:35 +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_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_main.c
b/drivers/net/bonding/bond_main.c
index 3b96867e99deec9d604d23f47d628eb9ee751a58..041036e31aa37d1aca62a3088d31d67d240b558e 100644
(file)
--- a/
drivers/net/bonding/bond_main.c
+++ b/
drivers/net/bonding/bond_main.c
@@
-31,8
+31,6
@@
*
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>