Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233861
b: refs/heads/master
c: f3d7bc5
h: refs/heads/master
i:
  233859: 6d044f7
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Mar 2, 2011
1 parent c16bced commit 30f0fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88d2d28b182dc3f38e68259efaa6dd3bc40ef1e6
refs/heads/master: f3d7bc57c71eba3f279785111bb473b1ef68dcb6
2 changes: 1 addition & 1 deletion trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ static int dcbnl_ieee_set(struct net_device *netdev, struct nlattr **tb,
goto err;
}

if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setets) {
if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) {
struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]);
err = ops->ieee_setpfc(netdev, pfc);
if (err)
Expand Down

0 comments on commit 30f0fc3

Please sign in to comment.