diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-04-15 10:03:53 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-10 15:43:33 -0700 |
commit | 5d9c0a795fa3769db681d174b4c15c6e6e4a9b9a (patch) | |
tree | f7156ff8cd74001cba53567efd61023d4cdcc0ce /drivers/pci | |
parent | 5491ff511d31ed06e9572f1e84e3494be66b6e8c (diff) | |
download | talos-obmc-linux-5d9c0a795fa3769db681d174b4c15c6e6e4a9b9a.tar.gz talos-obmc-linux-5d9c0a795fa3769db681d174b4c15c6e6e4a9b9a.zip |
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')
-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, /* ICH7-10 has the same common LPC generic IO decode registers */ static void __devinit quirk_ich7_lpc(struct pci_dev *dev) { - /* We share the common ACPI/DPIO decode with ICH6 */ + /* We share the common ACPI/GPIO decode with ICH6 */ ich6_lpc_acpi_gpio(dev); /* And have 4 ICH7+ generic decodes */ |