diff options
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_ethtool.c')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_ethtool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x_ethtool.c b/drivers/net/bnx2x/bnx2x_ethtool.c index 1b4fa1d98005..965fb071fbe4 100644 --- a/drivers/net/bnx2x/bnx2x_ethtool.c +++ b/drivers/net/bnx2x/bnx2x_ethtool.c | |||
@@ -634,8 +634,7 @@ static void bnx2x_get_regs(struct net_device *dev, | |||
634 | } | 634 | } |
635 | /* Re-enable parity attentions */ | 635 | /* Re-enable parity attentions */ |
636 | bnx2x_clear_blocks_parity(bp); | 636 | bnx2x_clear_blocks_parity(bp); |
637 | if (CHIP_PARITY_ENABLED(bp)) | 637 | bnx2x_enable_blocks_parity(bp); |
638 | bnx2x_enable_blocks_parity(bp); | ||
639 | } | 638 | } |
640 | 639 | ||
641 | static void bnx2x_get_drvinfo(struct net_device *dev, | 640 | static void bnx2x_get_drvinfo(struct net_device *dev, |