summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDaniel Marjamäki2005-11-24 00:45:09 +0100
committerLinus Torvalds2005-11-24 08:04:27 +0100
commitcac1a293469a868fab1ecc2dc1b6441728f7e0e7 (patch)
tree492edaf8192a9c6ca048d3af5bc4b4c3375c2664 /arch
parent[PATCH] PCI: kernel-doc fix for pci-acpi.c (diff)
downloadkernel-qcow2-linux-cac1a293469a868fab1ecc2dc1b6441728f7e0e7.tar.gz
kernel-qcow2-linux-cac1a293469a868fab1ecc2dc1b6441728f7e0e7.tar.xz
kernel-qcow2-linux-cac1a293469a868fab1ecc2dc1b6441728f7e0e7.zip
[PATCH] PCI: direct.c: DBG
The DBG() call where updated with the appropriate KERN_* symbol. Signed-off-by: Daniel Marjamäki <daniel.marjamaki@comhem.se> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/pci/direct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/pci/direct.c b/arch/i386/pci/direct.c
index 30b7e9b4f6a2..94331d6be7a3 100644
--- a/arch/i386/pci/direct.c
+++ b/arch/i386/pci/direct.c
@@ -201,7 +201,7 @@ static int __init pci_sanity_check(struct pci_raw_ops *o)
return 1;
}
- DBG("PCI: Sanity check failed\n");
+ DBG(KERN_WARNING "PCI: Sanity check failed\n");
return 0;
}