diff options
-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 17d1493bf5f4..8405fb8fe134 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -8572,6 +8572,7 @@ static int tg3_test_msi(struct tg3 *tp) | |||
8572 | pci_disable_msi(tp->pdev); | 8572 | pci_disable_msi(tp->pdev); |
8573 | 8573 | ||
8574 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI; | 8574 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI; |
8575 | tp->napi[0].irq_vec = tp->pdev->irq; | ||
8575 | 8576 | ||
8576 | err = tg3_request_irq(tp, 0); | 8577 | err = tg3_request_irq(tp, 0); |
8577 | if (err) | 8578 | if (err) |