Skip to content

Commit

Permalink
enic: Fix log message
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Vasanthy Kolluri authored and davem330 committed Oct 21, 2010
1 parent d058590 commit 53c9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/enic/enic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(netdev,
dev_err(dev,
"Failed to set ingress vlan rewrite mode, aborting.\n");
goto err_out_free_vnic_resources;
}
Expand Down

0 comments on commit 53c9053

Please sign in to comment.