aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_dcb_82599.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-03-01 20:32:39 -0800
committerDavid S. Miller <davem@davemloft.net>2009-03-01 20:32:39 -0800
commitfc1f209514691af9167e462880e858efc8b22d83 (patch)
tree869a1f11053de59445f135fca3f639d5fa99fff6 /drivers/net/ixgbe/ixgbe_dcb_82599.c
parenttyphoon: Need non-vmalloc memory to DMA firmware to the card. (diff)
downloadlinux-dev-fc1f209514691af9167e462880e858efc8b22d83.tar.xz
linux-dev-fc1f209514691af9167e462880e858efc8b22d83.zip
ixgbe: Fix some compiler warnings.
'pap' is never used in ixgbe_dcb_hw_config_82599() and 'eec' in ixgbe_acquire_eeptom() is only used when status == 0 but GCC has some trouble seeing that. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ixgbe/ixgbe_dcb_82599.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb_82599.c b/drivers/net/ixgbe/ixgbe_dcb_82599.c
index 1467d56435a0..adcbac422634 100644
--- a/drivers/net/ixgbe/ixgbe_dcb_82599.c
+++ b/drivers/net/ixgbe/ixgbe_dcb_82599.c
@@ -457,8 +457,6 @@ s32 ixgbe_dcb_config_82599(struct ixgbe_hw *hw)
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw,
struct ixgbe_dcb_config *dcb_config)
{
- u32 pap = 0;
-
ixgbe_dcb_config_packet_buffers_82599(hw, dcb_config);
ixgbe_dcb_config_82599(hw);
ixgbe_dcb_config_rx_arbiter_82599(hw, dcb_config);