Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35893
b: refs/heads/master
c: 40bee2e
h: refs/heads/master
i:
  35891: 49a7712
v: v3
  • Loading branch information
Brice Goglin authored and Andi Kleen committed Sep 26, 2006
1 parent f61e12a commit c45b3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c0d83745cc67ed71a08c14739a0b286d0239b1e2
refs/heads/master: 40bee2ee73c745922e9b2d5595c46f19d1cf1b6f
5 changes: 2 additions & 3 deletions trunk/arch/x86_64/pci/mmconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ static __init void unreachable_devices(void)
addr = pci_dev_base(0, k, PCI_DEVFN(i, 0));
if (addr == NULL|| readl(addr) != val1) {
set_bit(i + 32*k, fallback_slots);
printk(KERN_NOTICE
"PCI: No mmconfig possible on device %x:%x\n",
k, i);
printk(KERN_NOTICE "PCI: No mmconfig possible"
" on device %02x:%02x\n", k, i);
}
}
}
Expand Down

0 comments on commit c45b3e9

Please sign in to comment.