diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 8abc843b1615..3fd4eaa32b21 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -4501,7 +4501,7 @@ static int pci_af_flr(struct pci_dev *dev, int probe) | |||
4501 | 4501 | ||
4502 | /* | 4502 | /* |
4503 | * Wait for Transaction Pending bit to clear. A word-aligned test | 4503 | * Wait for Transaction Pending bit to clear. A word-aligned test |
4504 | * is used, so we use the conrol offset rather than status and shift | 4504 | * is used, so we use the control offset rather than status and shift |
4505 | * the test bit to match. | 4505 | * the test bit to match. |
4506 | */ | 4506 | */ |
4507 | if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, | 4507 | if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, |