Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345024
b: refs/heads/master
c: e294bc9
h: refs/heads/master
v: v3
  • Loading branch information
Peter Hurley authored and Samuel Ortiz committed Nov 21, 2012
1 parent e8e0d79 commit 7b2766d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d640e757949e2991215838c0edbfd6afc37e5b06
refs/heads/master: e294bc91760e11d2f1ebbac1d0a979069edf7adb
5 changes: 4 additions & 1 deletion trunk/drivers/mfd/lpc_ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,10 @@ static int __devinit lpc_ich_init_wdt(struct pci_dev *dev,
* we have to read RCBA from PCI Config space 0xf0 and use
* it as base. GCS = RCBA + ICH6_GCS(0x3410).
*/
if (lpc_chipset_info[id->driver_data].iTCO_version == 2) {
if (lpc_chipset_info[id->driver_data].iTCO_version == 1) {
/* Don't register iomem for TCO ver 1 */
lpc_ich_cells[LPC_WDT].num_resources--;
} else {
pci_read_config_dword(dev, RCBABASE, &base_addr_cfg);
base_addr = base_addr_cfg & 0xffffc000;
if (!(base_addr_cfg & 1)) {
Expand Down

0 comments on commit 7b2766d

Please sign in to comment.