diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-04-15 04:03:53 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-10 18:43:33 -0400 |
commit | 5d9c0a795fa3769db681d174b4c15c6e6e4a9b9a (patch) | |
tree | f7156ff8cd74001cba53567efd61023d4cdcc0ce /drivers/pci/quirks.c | |
parent | 5491ff511d31ed06e9572f1e84e3494be66b6e8c (diff) |
PCI: Fix typo in ich7 quirk comment
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r-- | drivers/pci/quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 4b2bbe813fce..227ec4f73f11 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -681,7 +681,7 @@ static void __devinit ich7_lpc_generic_decode(struct pci_dev *dev, unsigned reg, | |||
681 | /* ICH7-10 has the same common LPC generic IO decode registers */ | 681 | /* ICH7-10 has the same common LPC generic IO decode registers */ |
682 | static void __devinit quirk_ich7_lpc(struct pci_dev *dev) | 682 | static void __devinit quirk_ich7_lpc(struct pci_dev *dev) |
683 | { | 683 | { |
684 | /* We share the common ACPI/DPIO decode with ICH6 */ | 684 | /* We share the common ACPI/GPIO decode with ICH6 */ |
685 | ich6_lpc_acpi_gpio(dev); | 685 | ich6_lpc_acpi_gpio(dev); |
686 | 686 | ||
687 | /* And have 4 ICH7+ generic decodes */ | 687 | /* And have 4 ICH7+ generic decodes */ |