Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250082
b: refs/heads/master
c: b6d95bb
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jesse Barnes committed May 10, 2011
1 parent 7511e2a commit 191908d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d9c0a795fa3769db681d174b4c15c6e6e4a9b9a
refs/heads/master: b6d95bb63ce6cea7c1a344aa46bbd6e253a3f6ce
2 changes: 1 addition & 1 deletion trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ static void __devinit ich6_lpc_acpi_gpio(struct pci_dev *dev)
}

pci_read_config_byte(dev, ICH6_GPIO_CNTL, &enable);
if (enable & ICH4_GPIO_EN) {
if (enable & ICH6_GPIO_EN) {
pci_read_config_dword(dev, ICH6_GPIOBASE, &region);
region &= PCI_BASE_ADDRESS_IO_MASK;
if (region >= PCIBIOS_MIN_IO)
Expand Down

0 comments on commit 191908d

Please sign in to comment.