diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index c01bd861ac5e..00027a14eaa1 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -6454,6 +6454,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy) | |||
6454 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5755) | 6454 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5755) |
6455 | gpio_mask |= GRC_LCLCTRL_GPIO_UART_SEL; | 6455 | gpio_mask |= GRC_LCLCTRL_GPIO_UART_SEL; |
6456 | 6456 | ||
6457 | tp->grc_local_ctrl &= ~gpio_mask; | ||
6457 | tp->grc_local_ctrl |= tr32(GRC_LOCAL_CTRL) & gpio_mask; | 6458 | tp->grc_local_ctrl |= tr32(GRC_LOCAL_CTRL) & gpio_mask; |
6458 | 6459 | ||
6459 | /* GPIO1 must be driven high for eeprom write protect */ | 6460 | /* GPIO1 must be driven high for eeprom write protect */ |