Skip to content

Commit 1765f5d

Browse files
khfengdavem330
authored andcommitted
sky2: Increase D3 delay again
Another platform requires even longer delay to make the device work correctly after S3. So increase the delay to 300ms. BugLink: https://bugs.launchpad.net/bugs/1798921 Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 816db76 commit 1765f5d

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/marvell

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/sky2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5073,7 +5073,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
50735073
INIT_WORK(&hw->restart_work, sky2_restart);
50745074

50755075
pci_set_drvdata(pdev, hw);
5076-
pdev->d3_delay = 200;
5076+
pdev->d3_delay = 300;
50775077

50785078
return 0;
50795079

0 commit comments

Comments
 (0)