diff options
| author | Lucy Liu <lucy.liu@intel.com> | 2009-07-16 09:43:31 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-07-16 21:05:41 -0400 |
| commit | 869f1c54e9aecde1dfd4349832ce9415a596be8e (patch) | |
| tree | 1f1e3bf28c2abeef4c08da88d7afa956956875ef | |
| parent | 86e713a06ab3e5b15a3189485ce33aa21b9e52ca (diff) | |
ixgbe: Remove DPRINTK messages in DCB mode
Remove debug DPRINTK in DCB mode netlink interface.
Signed-off-by: Lucy Liu <lucy.liu@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/ixgbe/ixgbe_dcb_nl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb_nl.c b/drivers/net/ixgbe/ixgbe_dcb_nl.c index 5b8dab22c6da..da2c8514b8d0 100644 --- a/drivers/net/ixgbe/ixgbe_dcb_nl.c +++ b/drivers/net/ixgbe/ixgbe_dcb_nl.c | |||
| @@ -106,8 +106,6 @@ static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) | |||
| 106 | { | 106 | { |
| 107 | struct ixgbe_adapter *adapter = netdev_priv(netdev); | 107 | struct ixgbe_adapter *adapter = netdev_priv(netdev); |
| 108 | 108 | ||
| 109 | DPRINTK(DRV, INFO, "Get DCB Admin Mode.\n"); | ||
| 110 | |||
| 111 | return !!(adapter->flags & IXGBE_FLAG_DCB_ENABLED); | 109 | return !!(adapter->flags & IXGBE_FLAG_DCB_ENABLED); |
| 112 | } | 110 | } |
| 113 | 111 | ||
| @@ -116,8 +114,6 @@ static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) | |||
| 116 | u8 err = 0; | 114 | u8 err = 0; |
| 117 | struct ixgbe_adapter *adapter = netdev_priv(netdev); | 115 | struct ixgbe_adapter *adapter = netdev_priv(netdev); |
| 118 | 116 | ||
| 119 | DPRINTK(DRV, INFO, "Set DCB Admin Mode.\n"); | ||
| 120 | |||
| 121 | if (state > 0) { | 117 | if (state > 0) { |
| 122 | /* Turn on DCB */ | 118 | /* Turn on DCB */ |
| 123 | if (adapter->flags & IXGBE_FLAG_DCB_ENABLED) | 119 | if (adapter->flags & IXGBE_FLAG_DCB_ENABLED) |
