Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155651
b: refs/heads/master
c: 869f1c5
h: refs/heads/master
i:
  155649: 9b58f67
  155647: c683d11
v: v3
  • Loading branch information
Lucy Liu authored and David S. Miller committed Jul 17, 2009
1 parent 50a0e2f commit 0551a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 86e713a06ab3e5b15a3189485ce33aa21b9e52ca
refs/heads/master: 869f1c54e9aecde1dfd4349832ce9415a596be8e
4 changes: 0 additions & 4 deletions trunk/drivers/net/ixgbe/ixgbe_dcb_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ static u8 ixgbe_dcbnl_get_state(struct net_device *netdev)
{
struct ixgbe_adapter *adapter = netdev_priv(netdev);

DPRINTK(DRV, INFO, "Get DCB Admin Mode.\n");

return !!(adapter->flags & IXGBE_FLAG_DCB_ENABLED);
}

Expand All @@ -116,8 +114,6 @@ static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state)
u8 err = 0;
struct ixgbe_adapter *adapter = netdev_priv(netdev);

DPRINTK(DRV, INFO, "Set DCB Admin Mode.\n");

if (state > 0) {
/* Turn on DCB */
if (adapter->flags & IXGBE_FLAG_DCB_ENABLED)
Expand Down

0 comments on commit 0551a91

Please sign in to comment.