From 117e92317f49d702a5e25a192d76c51bbc8bdeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=E4kia?= Date: Wed, 23 Nov 2005 15:44:49 -0800 Subject: [PATCH] --- yaml --- r: 14664 b: refs/heads/master c: dcb890749bbe63af96163c499e9c86b441fb6c83 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/pci/common.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 57de6f3451ec..5dc1e926c070 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 657a19ebb74128ec52f20b7e34705bdeadc59400 +refs/heads/master: dcb890749bbe63af96163c499e9c86b441fb6c83 diff --git a/trunk/arch/i386/pci/common.c b/trunk/arch/i386/pci/common.c index c96bea14b98f..f6bc48da4d2a 100644 --- a/trunk/arch/i386/pci/common.c +++ b/trunk/arch/i386/pci/common.c @@ -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); } @@ -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; }