aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/vmd.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-11-28 08:54:55 -0600
committerBjorn Helgaas <bhelgaas@google.com>2019-11-28 08:54:55 -0600
commit7e124c40517218e079e580909de2652bddb60ff5 (patch)
tree78b7252fad179a8c0b9c39772a811615c91c02e1 /drivers/pci/controller/vmd.c
parentMerge branch 'remotes/lorenzo/pci/misc' (diff)
parentPCI: Fix indentation (diff)
downloadlinux-dev-7e124c40517218e079e580909de2652bddb60ff5.tar.xz
linux-dev-7e124c40517218e079e580909de2652bddb60ff5.zip
Merge branch 'pci/trivial'
- Fix typos and comments (Bjorn Helgaas) - Fix Kconfig whitespace errors (Krzysztof Kozlowski) * pci/trivial: PCI: Fix indentation PCI: Fix typos PCI: Remove useless comments and tidy others PCI: Remove unnecessary includes # Conflicts: # drivers/pci/probe.c
Diffstat (limited to 'drivers/pci/controller/vmd.c')
-rw-r--r--drivers/pci/controller/vmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/vmd.c b/drivers/pci/controller/vmd.c
index 6bff95115d28..212842263f55 100644
--- a/drivers/pci/controller/vmd.c
+++ b/drivers/pci/controller/vmd.c
@@ -837,7 +837,7 @@ static int vmd_suspend(struct device *dev)
int i;
for (i = 0; i < vmd->msix_count; i++)
- devm_free_irq(dev, pci_irq_vector(pdev, i), &vmd->irqs[i]);
+ devm_free_irq(dev, pci_irq_vector(pdev, i), &vmd->irqs[i]);
pci_save_state(pdev);
return 0;