projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e713a
)
ixgbe: Remove DPRINTK messages in DCB mode
author
Lucy Liu
<
[email protected]
>
Thu, 16 Jul 2009 13:43:31 +0000
(13:43 +0000)
committer
David S. Miller
<
[email protected]
>
Fri, 17 Jul 2009 01:05:41 +0000
(18:05 -0700)
Remove debug DPRINTK in DCB mode netlink interface.
Signed-off-by: Lucy Liu <
[email protected]
>
Acked-by: Peter P Waskiewicz Jr <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ixgbe/ixgbe_dcb_nl.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_dcb_nl.c
b/drivers/net/ixgbe/ixgbe_dcb_nl.c
index 5b8dab22c6da539fc9218f3f7401c3a08f558ebf..da2c8514b8d07c856a69e798d9971e7df650c588 100644
(file)
--- 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)
{
struct ixgbe_adapter *adapter = netdev_priv(netdev);
- DPRINTK(DRV, INFO, "Get DCB Admin Mode.\n");
-
return !!(adapter->flags & IXGBE_FLAG_DCB_ENABLED);
}
@@
-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)