Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122709
b: refs/heads/master
c: 8b124a8
h: refs/heads/master
i:
  122707: 67ac982
v: v3
  • Loading branch information
Don Skidmore authored and David S. Miller committed Dec 15, 2008
1 parent 72566b9 commit b095cbd
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: 5ecc361444a0c641a73cce05fb652d0e3c944451
refs/heads/master: 8b124a8e14c04378466ddfe63e41fc5035f957eb
2 changes: 1 addition & 1 deletion trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static int dcbnl_setnumtcs(struct net_device *netdev, struct nlattr **tb,
u8 value;
int i;

if (!tb[DCB_ATTR_NUMTCS] || !netdev->dcbnl_ops->setstate)
if (!tb[DCB_ATTR_NUMTCS] || !netdev->dcbnl_ops->setnumtcs)
return ret;

ret = nla_parse_nested(data, DCB_NUMTCS_ATTR_MAX, tb[DCB_ATTR_NUMTCS],
Expand Down

0 comments on commit b095cbd

Please sign in to comment.