Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14664
b: refs/heads/master
c: dcb8907
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Marjam�kia authored and Linus Torvalds committed Nov 24, 2005
1 parent bd752c7 commit 117e923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 657a19ebb74128ec52f20b7e34705bdeadc59400
refs/heads/master: dcb890749bbe63af96163c499e9c86b441fb6c83
4 changes: 2 additions & 2 deletions trunk/arch/i386/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct pci_bus * __devinit pcibios_scan_root(int busnum)
}
}

printk("PCI: Probing PCI hardware (bus %02x)\n", busnum);
printk(KERN_DEBUG "PCI: Probing PCI hardware (bus %02x)\n", busnum);

return pci_scan_bus_parented(NULL, busnum, &pci_root_ops, NULL);
}
Expand All @@ -144,7 +144,7 @@ static int __init pcibios_init(void)
struct cpuinfo_x86 *c = &boot_cpu_data;

if (!raw_pci_ops) {
printk("PCI: System does not support PCI\n");
printk(KERN_WARNING "PCI: System does not support PCI\n");
return 0;
}

Expand Down

0 comments on commit 117e923

Please sign in to comment.