Message ID | 20110415100353.2e7cfa89@endymion.delvare (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
--- linux-2.6.39-rc3.orig/drivers/pci/quirks.c 2011-04-12 11:05:41.000000000 +0200 +++ linux-2.6.39-rc3/drivers/pci/quirks.c 2011-04-15 09:50:18.000000000 +0200 @@ -681,7 +681,7 @@ static void __devinit ich7_lpc_generic_d /* 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 */
Signed-off-by: Jean Delvare <khali@linux-fr.org> --- drivers/pci/quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)