Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28579
b: refs/heads/master
c: ea28502
h: refs/heads/master
i:
  28577: 3cf1278
  28575: f4422a4
v: v3
  • Loading branch information
Bjorn Helgaas authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 643028c commit 19c6c41
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: 17d6dc8ff098cc8c57941c82f7702804302b1ea1
refs/heads/master: ea28502d5d0fc624777a8a6b4d6865d282055b05
2 changes: 1 addition & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom)
printk(KERN_ERR "PCI: Unable to handle 64-bit BAR for device %s\n", pci_name(dev));
res->start = 0;
res->flags = 0;
} else if (l) {
} else if (lhi) {
/* 64-bit wide address, treat as disabled */
pci_write_config_dword(dev, reg, l & ~(u32)PCI_BASE_ADDRESS_MEM_MASK);
pci_write_config_dword(dev, reg+4, 0);
Expand Down

0 comments on commit 19c6c41

Please sign in to comment.