diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index ca9036de49f9..c90562530202 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -6889,7 +6889,7 @@ static void __devinit ixgbe_probe_vf(struct ixgbe_adapter *adapter, | |||
6889 | struct ixgbe_hw *hw = &adapter->hw; | 6889 | struct ixgbe_hw *hw = &adapter->hw; |
6890 | int err; | 6890 | int err; |
6891 | 6891 | ||
6892 | if (hw->mac.type != ixgbe_mac_82599EB || !max_vfs) | 6892 | if (hw->mac.type == ixgbe_mac_82598EB || !max_vfs) |
6893 | return; | 6893 | return; |
6894 | 6894 | ||
6895 | /* The 82599 supports up to 64 VFs per physical function | 6895 | /* The 82599 supports up to 64 VFs per physical function |