diff options
| -rw-r--r-- | drivers/net/ethernet/marvell/sky2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c index 9b77db7c13d0..697d9b374f5e 100644 --- a/drivers/net/ethernet/marvell/sky2.c +++ b/drivers/net/ethernet/marvell/sky2.c | |||
| @@ -5087,7 +5087,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 5087 | INIT_WORK(&hw->restart_work, sky2_restart); | 5087 | INIT_WORK(&hw->restart_work, sky2_restart); |
| 5088 | 5088 | ||
| 5089 | pci_set_drvdata(pdev, hw); | 5089 | pci_set_drvdata(pdev, hw); |
| 5090 | pdev->d3_delay = 150; | 5090 | pdev->d3_delay = 200; |
| 5091 | 5091 | ||
| 5092 | return 0; | 5092 | return 0; |
| 5093 | 5093 | ||
