Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314559
b: refs/heads/master
c: bb1dfef
h: refs/heads/master
i:
  314557: ed9e9ff
  314555: 576a070
  314551: 53f1445
  314543: fd088a3
  314527: b549e59
  314495: f33d7ae
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Jun 21, 2012
1 parent 7a59a65 commit 61a7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f73332fc39e35a6ac14f892390adcd34a63b00d3
refs/heads/master: bb1dfefdc62fa68107c4c9f1374cb856743a9434
3 changes: 1 addition & 2 deletions trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,7 @@ static int __dcbnl_pg_setcfg(struct net_device *netdev, struct nlmsghdr *nlh,
}
}

return nla_put_u8(skb,
(dir ? DCB_CMD_PGRX_SCFG : DCB_CMD_PGTX_SCFG), 0);
return nla_put_u8(skb, DCB_ATTR_PG_CFG, 0);
}

static int dcbnl_pgtx_setcfg(struct net_device *netdev, struct nlmsghdr *nlh,
Expand Down

0 comments on commit 61a7574

Please sign in to comment.