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:
d058590
)
enic: Fix log message
author
Vasanthy Kolluri
<
[email protected]
>
Wed, 20 Oct 2010 10:17:19 +0000
(10:17 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 21 Oct 2010 08:26:49 +0000
(
01:26
-0700)
Fix a log message
Signed-off-by: Vasanthy Kolluri <
[email protected]
>
Signed-off-by: Roopa Prabhu <
[email protected]
>
Signed-off-by: David Wang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/enic/enic_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/enic/enic_main.c
b/drivers/net/enic/enic_main.c
index a63d2babdd8db4bc8fa6ca1ec54547e64eba94bd..f47fbb63d8b6c8dff2cbc24f34806ff54dd4d7a1 100644
(file)
--- a/
drivers/net/enic/enic_main.c
+++ b/
drivers/net/enic/enic_main.c
@@
-2428,7
+2428,7
@@
static int enic_dev_init(struct enic *enic)
err = enic_dev_set_ig_vlan_rewrite_mode(enic);
if (err) {
-
netdev_err(net
dev,
+
dev_err(
dev,
"Failed to set ingress vlan rewrite mode, aborting.\n");
goto err_out_free_vnic_resources;
}